diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index a2ebfa3..aa95fc2 100644 --- a/src/Makefile +++ b/src/Makefile @@ -63,6 +63,13 @@ SOURCES=$(sort $(filter %.c, $(wildcard *.c))) # each C-files maps will become an external with the given filename-extension TARGETS=$(SOURCES:.c=.$(EXTENSION)) +install: auto + @echo " " + @echo " Wotcher!" + @echo " no installation routines found" + @echo " provide one yourself" + @echo " " + # ----------------------- Linux ----------------------- |