Initial commit

This commit is contained in:
Matthias Schiffer 2017-11-14 15:22:06 +01:00
commit bd6bbe25c2
Signed by: neocturne
GPG key ID: 16EF3F64CB201D9C
3 changed files with 238 additions and 0 deletions

10
Makefile Normal file
View file

@ -0,0 +1,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