From 975b0f11a4d13f3754d8734efcf76f67a982dd87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Mon, 21 Jun 2010 08:19:24 +0000 Subject: dummy install target svn path=/trunk/externals/iem/iemguts/; revision=13683 --- src/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) 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 ----------------------- -- cgit v1.2.1