summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index b8721ed..39d9c3c 100644
--- a/config.mk
+++ b/config.mk
@@ -27,4 +27,4 @@ CFLAGS = ${CFLAGS_PKG} ${DIRECTIVES} ${WARNS} ${STD}
LFLAGS = ${LFLAGS_PKG} ${LIBS}
SRC != find * -name "*.c"
-OBJ = ${SRC:.c=.o} \ No newline at end of file
+OBJ = ${SRC:.c=.o}