6 lines
120 B
Makefile
6 lines
120 B
Makefile
help:
|
|
@echo "Run ./configure first!"
|
|
@echo "Or even better: take a look at the file INSTALL."
|
|
install: help
|
|
all: help
|