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

11 lines
229 B
Makefile
Raw Normal View History

2017-11-14 15:22:06 +01:00
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