From 86f4eeac510753024dd94b69988bed700446ef37 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Wed, 4 Dec 2019 00:23:45 +0100 Subject: Better now --- Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4cf581f..f48cb55 100644 --- a/Makefile +++ b/Makefile @@ -36,7 +36,8 @@ OPTIMIZE = -O2 CFLAGS = -Wall CFLAGS += -Wextra CFLAGS += -Werror -CFLAGS += ${OPTIMIZE} +#CFLAGS += ${OPTIMIZE} +CFLAGS += ${DEBUG} #------------------------------------------------------------------------------# NAME = lowbat #==============================================================================# @@ -81,9 +82,10 @@ clean: ${RM} ${OBJS_DIR} #------------------------------------------------------------------------------# fclean: clean + ${RM} ${TRGT_DIR} #------------------------------------------------------------------------------# re: fclean all -#------------------------------------------------------------------------------# ${RM} ${TRGT_DIR} +#------------------------------------------------------------------------------# .PHONY: all lowbat clean fclean re install uninstall #==================================== EOF =====================================# -- cgit v1.2.3