summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBad Diode <bd@badd10de.dev>2023-02-08 13:26:41 +0100
committerBad Diode <bd@badd10de.dev>2023-02-08 13:26:41 +0100
commita1c96114819dc8eb59b2a5152cb2ccff408402d4 (patch)
tree614a959f8caa422ff178d6587dd0a14460d4e9ce /Makefile
parent315d8d16fcd39073b4b868db342009c772da2256 (diff)
downloadlaunchpad-polymaker-a1c96114819dc8eb59b2a5152cb2ccff408402d4.tar.gz
launchpad-polymaker-a1c96114819dc8eb59b2a5152cb2ccff408402d4.zip
Add example drawing routing for numbers
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