aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2940102..8acdb7f 100644
--- a/Makefile
+++ b/Makefile
@@ -77,6 +77,9 @@ sound:
$(E) " CC sound/select"
$(Q) $(CC65) $(CCOPTS) sound/select.s -C config/nrom.cfg -o out/sound/select.nes
+ $(E) " CC sound/scale"
+ $(Q) $(CC65) $(CCOPTS) sound/scale.s -C config/nrom.cfg -o out/sound/scale.nes
+
.PHONY: fx
fx:
$(E) " CC fx/blink"