diff options
| -rw-r--r-- | Makefile | 1 | 
1 files changed, 1 insertions, 0 deletions
| @@ -4,6 +4,7 @@ LDFLAGS += -lssl -lcrypto -lpthread  all: sand-leek  sand-leek: sand-leek.o onion_base32.o key_update.o +	$(CC) -o $@ $^ $(LDFLAGS)  clean:  	rm -vf sand-leek *.o | 
