This repository has been archived on 2025-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
torrenthash/Makefile

10 lines
226 B
Makefile

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