Files
unixtime/Makefile
heinzel c1aa247e85 Added my implementation of unixtime.
This implementation has very few reasonable code (call atol() and ctime()),
but has some nice standard program stuff (parse options, print help, ...).
2008-02-19 14:12:59 +00:00

6 lines
119 B
Makefile

help:
@echo "Run ./configure first!"
@echo "Or even better: take a look at the file README."
install: help
all: help