diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2019-12-04 00:54:10 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2019-12-04 00:54:19 +0100 |
commit | 85d99571661e6483bf4ba6814dd4f97f6a39f8c5 (patch) | |
tree | 4621e2f27e4d78d3c5a49a3bbadec88155671b53 /Makefile | |
parent | Good progress (diff) | |
download | lowbat-gnu-85d99571661e6483bf4ba6814dd4f97f6a39f8c5.tar.gz lowbat-gnu-85d99571661e6483bf4ba6814dd4f97f6a39f8c5.tar.bz2 lowbat-gnu-85d99571661e6483bf4ba6814dd4f97f6a39f8c5.tar.xz lowbat-gnu-85d99571661e6483bf4ba6814dd4f97f6a39f8c5.tar.zst lowbat-gnu-85d99571661e6483bf4ba6814dd4f97f6a39f8c5.zip |
Better includes, better Makefile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -64,8 +64,7 @@ ${NAME}: ${OBJS} @${MKDIR} ${TRGT_DIR} ${CC} ${CFLAGS} -o ${TRGT_DIR}${NAME} ${OBJS} #------------------------------------------------------------------------------# -all: - @${MAKE} -j5 ${NAME} +all: ${NAME} #------------------------------------------------------------------------------# install: all mkdir -p $(DESTDIR)$(PREFIX)/bin @@ -85,7 +84,6 @@ fclean: clean ${RM} ${TRGT_DIR} #------------------------------------------------------------------------------# re: fclean all - ${RM} ${TRGT_DIR} #------------------------------------------------------------------------------# .PHONY: all lowbat clean fclean re install uninstall #==================================== EOF =====================================# |