aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3b17c80..eb60cf5 100644
--- a/Makefile
+++ b/Makefile
@@ -9,6 +9,8 @@ LIBNAME = liblog
CFLAGS = -Wall -ansi --std=c89 -pedantic ${OPT}
LDFLAGS =
+include libs.mk
+
dist:
@make OPT='-O2 -pipe -Werror' all