simple/dns/cfg/GNUmakefile

8 lines
112 B
Makefile

all: have_hstrerror.h
%.h: %.sh
CC='$(CC)' CFLAGS='$(CFLAGS)' LDFLAGS='$(LDFLAGS)' sh $^ > $@
clean:
rm *.h