diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2010-06-21 08:19:24 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2010-06-21 08:19:24 +0000 |
commit | 975b0f11a4d13f3754d8734efcf76f67a982dd87 (patch) | |
tree | e02158b74f2a6aac651ab2772ad09ec74d512130 /src | |
parent | 06168d0a4d9d65b49bd4d5ef53ea33bdb36406cb (diff) |
dummy install target
svn path=/trunk/externals/iem/iemguts/; revision=13683
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 ----------------------- |