This implementation has very few reasonable code (call atol() and ctime()), but has some nice standard program stuff (parse options, print help, ...).
6 lines
119 B
Makefile
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
|