aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: 0cb1cbc851207c34c9e1b8cef266d367ed8cf947 (plain)
1
2
3
4
5
6
dns_example: dns_example.c dns.c dns.h
	gcc dns_example.c dns.c -I. -o $@

.PHONY: clean
clean:
	rm -f dns_example