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
|