added Makefile ...
[physik/posic.git] / random / Makefile
diff --git a/random/Makefile b/random/Makefile
new file mode 100644 (file)
index 0000000..75f8165
--- /dev/null
@@ -0,0 +1,7 @@
+CC=gcc
+CFLAGS=-Wall
+
+all: random.o
+
+clean:
+       rm -f *.o