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