Makefile (176B)
1 CC=cc 2 CFLAGS=-Wall -Wextra -Werror -pedantic 3 LIBS=-lcurl 4 5 build: src/*.c 6 $(CC) -o dns $(CFLAGS) $(LIBS) $^ 7 8 install: build 9 cp dns /usr/local/bin/ 10 rm ./dns 11 12 clean: 13 rm ./dns
QUOTE: Enjoy small things, cherish moments.
dnsMinimal dynamic DNS updater | |
git clone git@soophie.de:/srv/git/dns | |
log | files | refs | readme |