aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Iezzi <aiezzi@alessandroiezzi.it>2023-02-04 01:05:19 +0100
committerAlessandro Iezzi <aiezzi@alessandroiezzi.it>2023-02-04 01:05:19 +0100
commit5f93e47f7e4aa784e87cd86668cab26393278761 (patch)
treef62d81002b7740c8b493e94ac677d45ad00a417e
parentd204cf63a346701431139eab97c8374a998eca56 (diff)
downloadlog-5f93e47f7e4aa784e87cd86668cab26393278761.tar.gz
log-5f93e47f7e4aa784e87cd86668cab26393278761.zip
Correct includes in cflags
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a3cd0cf..2279615 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ OBJ = ${SRC:.c=.o}
LIBNAME = liblog
-CFLAGS = -Wall -ansi --std=c89 -pedantic ${OPT} -I${LIBINC}
+CFLAGS = -Wall -ansi --std=c89 -pedantic ${OPT} ${LIBINC}
LDFLAGS = ${LIBS}
dist: