aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Phillips <david@sighup.nz>2018-06-27 20:51:32 +1200
committerDavid Phillips <david@sighup.nz>2018-06-27 20:51:32 +1200
commitce3357fc9151e7b4f0d233b4accf6c7a780327d6 (patch)
treed1219ef18a4a2e4e56ba4387bb53ab47a310dfdc /Makefile
parent4816ac8405f3f8a18f0e296b9a748a27d66fed0e (diff)
downloadalarmd-ce3357fc9151e7b4f0d233b4accf6c7a780327d6.tar.xz
Begin server refactor, remove hard-coded sockets
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index cd2efa7..b18d07e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,4 @@
-CFLAGS += "-I./inc/ -Wall -Wextra"
-LDFLAGS += -L./lib/
+export CFLAGS += -Wall
all:
make -C lib