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

all: sand-leek

clean:
	rm -vf sand-leek

.PHONY: all clean