Skip to content

Commit

Permalink
Rename file 'labels' to 'intro.lbl' and do not have it in here.
Browse files Browse the repository at this point in the history
  • Loading branch information
SvenMichaelKlose committed Feb 14, 2024
1 parent 1262ede commit 0142e35
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 515 deletions.
2 changes: 1 addition & 1 deletion se.g.i.t.a.i.-1.0/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ data.o: data.s $(datafiles)
cl65 $(cflags) $<

intro.run: intro.c intro.cfg $(objects)
cl65 -m intro.map -l intro.lst -C intro.cfg -Oirs -g -Ln labels $(inc) -D DEBUG=$(DEBUG) $< $(objects) -o $@
cl65 -m intro.map -l intro.lst -C intro.cfg -Oirs -g -Ln intro.lbl $(inc) -D DEBUG=$(DEBUG) $< $(objects) -o $@

intro.exo: intro.run
exomizer3 sfx 0x80d -o intro.exo intro.run
Expand Down
Loading

0 comments on commit 0142e35

Please sign in to comment.