aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: d239efbe6963b68337e7b5b3da0e8c0f3f603e20 (plain)
1
2
3
4
5
6
7
8
9
10
CFLAGS += -Ofast
LDFLAGS += -lssl -lcrypto -lpthread

all: sand-leek

clean:
	rm -vf sand-leek

.PHONY: all clean