add Makefile
authorcrawshaw <crawshaw@ibex.org>
Tue, 23 Nov 2004 15:33:06 +0000 (15:33 +0000)
committercrawshaw <crawshaw@ibex.org>
Tue, 23 Nov 2004 15:33:06 +0000 (15:33 +0000)
darcs-hash:20041123153306-2eb37-5ce024fe5c5c7077f894dc211195a758fc56a33a.gz

Makefile [new file with mode: 0644]

diff --git a/Makefile b/Makefile
new file mode 100644 (file)
index 0000000..1745df1
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,7 @@
+default:
+       @mkdir -p build
+       @javac -d build/ $(shell find src/java -name \*.java)
+       @cp -R src/rsc/* build/
+
+clean:
+       @rm -rf build