Skip to content

Commit

Permalink
endecmd to universal binary linking.
Browse files Browse the repository at this point in the history
  • Loading branch information
rageworx committed Jun 17, 2021
1 parent e6381e3 commit b7344a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion endecmd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ ${OBJS}: ${DIROBJ}/%.o: ${DIRSRC}/%.cpp

${DIRBIN}/${TARGET}: ${OBJS}
@echo "Generating $@ ..."
@$(GPP) ${OBJS} ${LFLAGS} -o $@
@$(GPP) ${CFLAGS} ${OBJS} ${LFLAGS} -o $@

0 comments on commit b7344a1

Please sign in to comment.