We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc99607 commit 8e87538Copy full SHA for 8e87538
makefile
@@ -30,10 +30,10 @@ turbo232: $(BUILDFOLDER)/rt_232_v$(VERSION).prg
30
31
userport: $(BUILDFOLDER)/rt_u_v$(VERSION).prg
32
33
-plus4: $(BUILDFOLDER)/rt_p4_v0.10.prg
+plus4: $(BUILDFOLDER)/rt_p4_v$(VERSION).prg
34
35
-$(BUILDFOLDER)/rt_p4_v0.10.prg: $(SRCFOLDER)/retrotermp4.asm
36
- acme -f cbm -D_MAKE_=1 -o $(BUILDFOLDER)/rt_p4_v0.10.prg $(SRCFOLDER)/retrotermp4.asm
+$(BUILDFOLDER)/rt_p4_v$(VERSION).prg: $(SRCFOLDER)/retrotermp4.asm
+ acme -f cbm -D_MAKE_=1 -I $(SRCFOLDER) -o $(BUILDFOLDER)/rt_p4_v$(VERSION).prg $(SRCFOLDER)/retrotermp4.asm
37
38
$(SRCFOLDER)/version.asm: $(SRCFOLDER)/version.txt
39
# Generate version include source/version.asm
0 commit comments