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 94fa22a..2940102 100644
--- a/Makefile
+++ b/Makefile
@@ -74,6 +74,9 @@ sound:
$(E) " CC sound/beep"
$(Q) $(CC65) $(CCOPTS) sound/beep.s -C config/nrom.cfg -o out/sound/beep.nes
+ $(E) " CC sound/select"
+ $(Q) $(CC65) $(CCOPTS) sound/select.s -C config/nrom.cfg -o out/sound/select.nes
+
.PHONY: fx
fx:
$(E) " CC fx/blink"