fixed
[bootcard] / Makefile
index 4da4343..7b0705b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -39,3 +39,6 @@ com: $(com)
 .PHONY: rundos
 rundos: $(com)
        dosbox-x $(com)
+
+tools/gentune: tools/gentune.c
+       $(CC) -o $@ $< $(LDFLAGS)