summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBad Diode <bd@badd10de.dev>2023-07-10 14:11:50 +0200
committerBad Diode <bd@badd10de.dev>2023-07-10 14:11:50 +0200
commit15ba15305cd733aa885bb4566c115d04edf905e4 (patch)
treea1751b423923c2ffd8c06d68a9ed62df83744634
parentdb570495288125294e8cd33e8d03cb14b8ac0671 (diff)
downloadlaunchpad-polymaker-master.tar.gz
launchpad-polymaker-master.zip
Update version numberv2.0.0master
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c758581..f129fcb 100644
--- a/Makefile
+++ b/Makefile
@@ -10,8 +10,10 @@ LIB = lib/launchpad_pro.a
10 10
11OBJECTS = $(addprefix $(BUILDDIR)/, $(addsuffix .o, $(basename $(SOURCES)))) 11OBJECTS = $(addprefix $(BUILDDIR)/, $(addsuffix .o, $(basename $(SOURCES))))
12 12
13VERSION = v2.0
14
13# output files 15# output files
14SYX = $(BUILDDIR)/launchpad_pro.syx 16SYX = $(BUILDDIR)/lp-poly_$(VERSION).syx
15ELF = $(BUILDDIR)/launchpad_pro.elf 17ELF = $(BUILDDIR)/launchpad_pro.elf
16HEX = $(BUILDDIR)/launchpad_pro.hex 18HEX = $(BUILDDIR)/launchpad_pro.hex
17HEXTOSYX = $(BUILDDIR)/hextosyx 19HEXTOSYX = $(BUILDDIR)/hextosyx