2
0
mirror of https://github.com/xcat2/confluent.git synced 2026-05-07 17:27:16 +00:00

Update makefile to build in sh256 to clortho

This commit is contained in:
Jarrod Johnson
2022-03-08 14:46:33 -05:00
parent 0abe978bd9
commit 31dad09b0c
+1 -1
View File
@@ -8,7 +8,7 @@ urlmount: urlmount.c
$(CC) $(CFLAGS) -o $@ $^ -D_FILE_OFFSET_BITS=64 -lcurl -lm -lfuse -lpthread
strip -s $@
clortho: clortho.c
clortho: clortho.c sha-256.c
$(CC) $(CFLAGS) -o $@ $^ -lcrypt
strip -s $@