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