Codebase list tigr-glimmer / 5ac85bc debian / patches / 01_Makefile.patch
5ac85bc

Tree @5ac85bc (Download .tar.gz)

01_Makefile.patch @5ac85bcraw · history · blame

Author: Steffen Moeller <moeller@pzr.uni-rostock.de>
LastChanged: Thu, 16 Oct 2003 17:33:46 +0200
Description: Provide main Makefile

--- /dev/null
+++ b/Makefile
@@ -0,0 +1,7 @@
+all:
+	cd src; make
+
+clean:
+	cd src; make clean
+	rm -f bin/* lib/* obj/*
+