aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2021-06-04 09:59:09 +0200
committerlonkaars <loek@pipeframe.xyz>2021-06-04 09:59:09 +0200
commit99a69b869e6c2ab061ff92f05b703fb050ee1783 (patch)
tree003292b4f387bf8c0c9ea782aa1ad5644161a008 /makefile
parent9dcdd85527bb2d981548af4d621f9c4731b5c0a2 (diff)
ignore existing files with hash :tada:
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index b6b9831..05da12f 100644
--- a/makefile
+++ b/makefile
@@ -1,7 +1,7 @@
CC = gcc
LD = gcc
RM = rm -f
-CFLAGS = -lcwalk -linih
+CFLAGS = -lcwalk -linih -lcrypto
OBJECTS := $(patsubst %.c,%.o, *.c)