commit 14628f141adf4bcaf00dcb1ca922abf0e6d50ae4
parent 8bc640e73facf33ce7d8a75a5a4d3d36cf6f203a
Author: finwo <finwo@pm.me>
Date: Sat, 25 Mar 2023 00:33:47 +0100
Removed unneeded comments from makefile
Diffstat:
1 file changed, 0 insertions(+), 5 deletions(-)
diff --git a/Makefile b/Makefile
@@ -4,13 +4,8 @@ include config.mk
INCLUDES?=
INCLUDES+=-I src
-# override CFLAGS?=-Wall -std=c99
override CFLAGS?=-Wall
-
-# include lib/.dep/config.mk
-
override CFLAGS+=$(INCLUDES)
-# override CFLAGS+=-D_DEFAULT_SOURCE
OBJ=$(SRC:.c=.o)