aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index f48cb55..a6e035a 100644
--- a/Makefile
+++ b/Makefile
@@ -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 =====================================#