summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Iezzi <aiezzi@alessandroiezzi.it>2023-01-03 18:16:23 +0100
committerAlessandro Iezzi <aiezzi@alessandroiezzi.it>2023-01-03 18:16:23 +0100
commite26fe570ddac3b2cd89ec595dea57f98082d666d (patch)
treeedfd744fcd45ddbc3b9e64c994ddf47c48c888be
parent7e86649634d3bc13238f4de03a8fcea4735a9afe (diff)
downloadqureje-e26fe570ddac3b2cd89ec595dea57f98082d666d.tar.gz
qureje-e26fe570ddac3b2cd89ec595dea57f98082d666d.zip
Add newline at end of file
-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}