simple/dns/cfg/GNUmakefile

8 lines
112 B
Makefile
Raw Normal View History

all: have_hstrerror.h
%.h: %.sh
CC='$(CC)' CFLAGS='$(CFLAGS)' LDFLAGS='$(LDFLAGS)' sh $^ > $@
2016-07-05 21:48:45 +02:00
clean:
rm *.h