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