X-Git-Url: https://www.hackdaworld.org/gitweb/?a=blobdiff_plain;f=random%2FMakefile;fp=random%2FMakefile;h=75f8165339d20c99632995da0f8eb1338f1c7ade;hb=c1a1e7ec0bdad968f7dbf80329740ec8843e3477;hp=0000000000000000000000000000000000000000;hpb=e6f456c0fa807b86e1b25996e70efcdcfe390ea5;p=physik%2Fposic.git 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