From ce3357fc9151e7b4f0d233b4accf6c7a780327d6 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Wed, 27 Jun 2018 20:51:32 +1200 Subject: Begin server refactor, remove hard-coded sockets --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile') 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 -- cgit v1.1