initial checkin of the new concept approach
[physik/posic.git] / init / Makefile
diff --git a/init/Makefile b/init/Makefile
new file mode 100644 (file)
index 0000000..17a2685
--- /dev/null
@@ -0,0 +1,7 @@
+CC=gcc
+CFLAGS=-Wall
+
+all: init.o ../math/math.o
+
+clean:
+       rm -f *.o