simple/time_t/GNUmakefile

19 lines
242 B
Makefile
Raw Normal View History

include GNUmakevars
all: time_t
time_t:
clean:
rm time_t
2016-07-05 22:01:48 +02:00
distclean: clean
rm GNUmakevars GNUmakerules
install: $(BINDIR)/time_t
GNUmakevars: GNUmakevars.sh
sh ./$^ > $@
GNUmakerules: GNUmakerules.sh
sh ./$^ > $@
include GNUmakerules