mirror of
https://github.com/xcat2/confluent.git
synced 2026-01-11 18:42:29 +00:00
Update makefile to build in sh256 to clortho
This commit is contained in:
@@ -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 $@
|
||||
|
||||
|
||||
Reference in New Issue
Block a user