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

CFLAGS += -Wall -Wextra $(CRYPTO_CFLAGS)
LDFLAGS += $(CRYPTO_LDFLAGS)

all : torrenthash

clean :
	rm -f torrenthash