simple/dns/GNUmakefile

14 lines
181 B
Makefile
Raw Normal View History

2001-07-03 22:00:49 +02:00
include GNUmakevars
include GNUmakerules
all: gethostbyname
install: $(BINDIR)/gethostbyname
clean:
rm -f *.bak *.o core gethostbyname
distclean: clean
rm -f *.d
-include *.d