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
237 B
Makefile
Raw Permalink Normal View History

2017-11-14 15:22:06 +01:00
CRYPTO_CFLAGS := $(shell pkg-config --cflags libcrypto)
2017-11-15 10:55:49 +01:00
CRYPTO_LDLIBS := $(shell pkg-config --libs libcrypto)
2017-11-14 15:22:06 +01:00
2017-11-16 12:41:06 +01:00
CFLAGS += -std=gnu99 -Wall -Wextra $(CRYPTO_CFLAGS)
2017-11-15 10:55:49 +01:00
LDLIBS += $(CRYPTO_LDLIBS)
2017-11-14 15:22:06 +01:00
all : torrenthash
clean :
rm -f torrenthash