diff options
| author | Franklin Wei <git@fwei.tk> | 2016-03-29 11:47:35 -0400 |
|---|---|---|
| committer | Franklin Wei <git@fwei.tk> | 2016-03-29 11:47:35 -0400 |
| commit | 8426162eb0a463118e77e3fe32b96552565584a1 (patch) | |
| tree | 0ca533cd57581fbc71f26e2d5bf0fe108ee9ba95 /Makefile | |
| parent | 2687778cf7c099e47de410d62d26d874f4dcebba (diff) | |
| download | netcosm-8426162eb0a463118e77e3fe32b96552565584a1.zip netcosm-8426162eb0a463118e77e3fe32b96552565584a1.tar.gz netcosm-8426162eb0a463118e77e3fe32b96552565584a1.tar.bz2 netcosm-8426162eb0a463118e77e3fe32b96552565584a1.tar.xz | |
add things
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,7 +39,7 @@ DEBUGFLAGS = -g CFLAGS = $(OPTFLAGS) $(DEBUGFLAGS) $(WARNFLAGS) -std=c99 $(INCLUDES) -LDFLAGS = -lev -lcrypto -lbsd +LDFLAGS = -lev -lcrypto HEADERS = src/*.h export/include/*.h |