Skip to content

Commit 8e87538

Browse files
Added missing up to date makefile
1 parent dc99607 commit 8e87538

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ turbo232: $(BUILDFOLDER)/rt_232_v$(VERSION).prg
3030

3131
userport: $(BUILDFOLDER)/rt_u_v$(VERSION).prg
3232

33-
plus4: $(BUILDFOLDER)/rt_p4_v0.10.prg
33+
plus4: $(BUILDFOLDER)/rt_p4_v$(VERSION).prg
3434

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
35+
$(BUILDFOLDER)/rt_p4_v$(VERSION).prg: $(SRCFOLDER)/retrotermp4.asm
36+
acme -f cbm -D_MAKE_=1 -I $(SRCFOLDER) -o $(BUILDFOLDER)/rt_p4_v$(VERSION).prg $(SRCFOLDER)/retrotermp4.asm
3737

3838
$(SRCFOLDER)/version.asm: $(SRCFOLDER)/version.txt
3939
# Generate version include source/version.asm

0 commit comments

Comments
 (0)