diff options
author | lonkaars <loek@pipeframe.xyz> | 2021-06-04 09:59:09 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2021-06-04 09:59:09 +0200 |
commit | 99a69b869e6c2ab061ff92f05b703fb050ee1783 (patch) | |
tree | 003292b4f387bf8c0c9ea782aa1ad5644161a008 /makefile | |
parent | 9dcdd85527bb2d981548af4d621f9c4731b5c0a2 (diff) |
ignore existing files with hash :tada:
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ CC = gcc LD = gcc RM = rm -f -CFLAGS = -lcwalk -linih +CFLAGS = -lcwalk -linih -lcrypto OBJECTS := $(patsubst %.c,%.o, *.c) |