simple/time_t/GNUmakefile

10 lines
107 B
Makefile
Raw Normal View History

include GNUmakevars
include GNUmakerules
all: time_t
time_t:
clean:
rm time_t
install: $(BINDIR)/time_t