summaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 6f9775b8b4a03597f1459b98980065c5b5349a2e (plain)
1
2
3
4
5
6
7
8
9
10
CRYPTO_CFLAGS := $(shell pkg-config --cflags libcrypto)
CRYPTO_LDLIBS := $(shell pkg-config --libs libcrypto)

CFLAGS += -Wall -Wextra $(CRYPTO_CFLAGS)
LDLIBS += $(CRYPTO_LDLIBS)

all : torrenthash

clean :
	rm -f torrenthash