From: hackbard Date: Wed, 3 May 2006 14:32:27 +0000 (+0000) Subject: added Makefile ... X-Git-Url: https://hackdaworld.org/gitweb/?p=physik%2Fposic.git;a=commitdiff_plain;h=c1a1e7ec0bdad968f7dbf80329740ec8843e3477 added Makefile ... --- diff --git a/random/Makefile b/random/Makefile new file mode 100644 index 0000000..75f8165 --- /dev/null +++ b/random/Makefile @@ -0,0 +1,7 @@ +CC=gcc +CFLAGS=-Wall + +all: random.o + +clean: + rm -f *.o