Added my own implementation of "Hello world" as an example.
This commit is contained in:
5
Makefile.dist
Normal file
5
Makefile.dist
Normal file
@@ -0,0 +1,5 @@
|
||||
help:
|
||||
@echo "Run ./configure first!"
|
||||
@echo "Or even better: take a look at the file README."
|
||||
install: help
|
||||
all: help
|
||||
Reference in New Issue
Block a user