From 081df3c3dc85f6fcf8b70de6c7f5b756d68ab3cc Mon Sep 17 00:00:00 2001 From: ben Date: Sun, 11 Jan 2009 11:54:07 +0000 Subject: Hauptmakefile etwas robuster (falls ein target fehlschlägt) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://svn.neo-layout.org@1429 b9310e46-f624-0410-8ea1-cfbb3a30dc96 --- Makefile | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d9828f7..486e820 100644 --- a/Makefile +++ b/Makefile @@ -1,18 +1,24 @@ -all: - make -C portable deploy - make -C grafik - make -C linux/bin/installiere_neo +all: portable grafik linux/bin/installiere_neo + +portable: + make -kC portable deploy + +grafik: + make -kC grafik + +linux/bin/installiere_neo: + make -kC linux/bin/installiere_neo svnclean: make -C portable clean make -C linux/bin/installiere_neo clean clean: svnclean - make -C grafik clean + make -kC grafik clean svnupdate: make svnclean svn up - make + make -k -.PHONY: all clean svnupdate svnclean +.PHONY: all clean svnupdate svnclean portable grafik linux/bin/installiere_neo -- cgit v1.2.3