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