size-optimized marching cube tables COM went from 68420->53252
[metatoy] / tools / Makefile
diff --git a/tools/Makefile b/tools/Makefile
new file mode 100644 (file)
index 0000000..c12e738
--- /dev/null
@@ -0,0 +1,8 @@
+CFLAGS = -pedantic -Wall -g
+
+mctab: mctab.o
+       $(CC) -o $@ $^ $(LDFLAGS)
+
+.PHONY: clean
+clean:
+       rm -f *.o