summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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