fixed clipping, emuprint for mgba, foo
[gbajam22] / Makefile
index ce12325..4ac7b09 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -46,6 +46,9 @@ tools/pngdump/pngdump:
 tools/lutgen: tools/lutgen.c
        cc -o $@ $< -lm
 
+tools/vistab: tools/vistab.c
+       cc -o $@ $< -lm
+
 tools/mmutil/mmutil:
        $(MAKE) -C tools/mmutil