X-Git-Url: https://www.hackdaworld.org/gitweb/?a=blobdiff_plain;f=math%2FMakefile;fp=math%2FMakefile;h=b29746d5d4cfea6c40008686aae9f71dc100d8e9;hb=710717c4033bc5b8eb34644914e762a2834ae345;hp=0000000000000000000000000000000000000000;hpb=6eb09b305eb6f565d844979b68dd2542e9a0d5fa;p=physik%2Fposic.git diff --git a/math/Makefile b/math/Makefile new file mode 100644 index 0000000..b29746d --- /dev/null +++ b/math/Makefile @@ -0,0 +1,7 @@ +CC=gcc +CFLAGS=-Wall + +all: math.o + +clean: + rm -f *.o