aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 1d756b8..3d7412e 100644
--- a/Makefile
+++ b/Makefile
@@ -8,8 +8,8 @@ OBJ = ${SRC:.c=.o}
LIBNAME = liblog
-CFLAGS = -Wall -ansi --std=c89 -pedantic ${OPT}
-LDFLAGS =
+CFLAGS = -Wall -ansi --std=c89 -pedantic ${OPT} -I${LIBINC}
+LDFLAGS = ${LIBS}
dist: