aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFranklin Wei <git@fwei.tk>2016-01-15 17:59:36 -0500
committerFranklin Wei <git@fwei.tk>2016-01-15 17:59:36 -0500
commite943cb6c69ea9b7628cec6334abdf5ed8fc7935b (patch)
tree6cd1364fe778649489e9684cd7b0c744f4d67615 /Makefile
parentb8a5c11cbd8a0514754558892d9bbd620345799c (diff)
downloadnetcosm-e943cb6c69ea9b7628cec6334abdf5ed8fc7935b.zip
netcosm-e943cb6c69ea9b7628cec6334abdf5ed8fc7935b.tar.gz
netcosm-e943cb6c69ea9b7628cec6334abdf5ed8fc7935b.tar.bz2
netcosm-e943cb6c69ea9b7628cec6334abdf5ed8fc7935b.tar.xz
polish things
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 9b0fbaa..fe2b015 100644
--- a/Makefile
+++ b/Makefile
@@ -5,10 +5,11 @@ PLATFORM = unix
NETCOSM_SRC = $(shell cat SOURCES)
NETCOSM_OBJ := $(NETCOSM_SRC:.c=.o)
-CFLAGS = -O3 -g -I src/ -I export/include -Wall -Wextra -Wshadow -std=gnu99 -fno-strict-aliasing
+CFLAGS = -O3 -g -I src/ -I export/include -Wall -Wextra -Wshadow \
+ -std=gnu99 -fno-strict-aliasing
LDFLAGS = -lgcrypt -lev
-HEADERS = src/hash.h src/telnet.h src/userdb.h
+HEADERS = src/*.h export/include/*.h
all: $(OUT)/$(PLATFORM).bin Makefile $(HEADERS)