simple/dns/cfg/GNUmakefile

5 lines
96 B
Makefile
Raw Normal View History

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