summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index cfb7766..42763b3 100644
--- a/Makefile
+++ b/Makefile
@@ -16,6 +16,7 @@ ELF = $(BUILDDIR)/launchpad_pro.elf
16HEX = $(BUILDDIR)/launchpad_pro.hex 16HEX = $(BUILDDIR)/launchpad_pro.hex
17HEXTOSYX = $(BUILDDIR)/hextosyx 17HEXTOSYX = $(BUILDDIR)/hextosyx
18SIMULATOR = $(BUILDDIR)/simulator 18SIMULATOR = $(BUILDDIR)/simulator
19PORT = hw:4,0,0
19 20
20# tools 21# tools
21HOST_GPP = g++ 22HOST_GPP = g++
@@ -65,3 +66,6 @@ $(BUILDDIR)/%.o: %.c
65 66
66clean: 67clean:
67 rm -rf $(BUILDDIR) 68 rm -rf $(BUILDDIR)
69
70run: $(SYX)
71 amidi -p $(PORT) -s $(SYX) -i 20