Skip to content

Commit

Permalink
Small bugfix in sound asset
Browse files Browse the repository at this point in the history
  • Loading branch information
ifilot committed May 20, 2024
1 parent 646118b commit c753108
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PYTHON=python3

make: OTHELLO.PRG

OTHELLO.PRG: *.c *.h FONTMAP.DAT TILES.DAT CORRIDORS_OF_TIME.ZSM
OTHELLO.PRG: *.c *.h FONTMAP.DAT TILES.DAT COT.ZSM
$(CC) -O -o OTHELLO.PRG -t cx16 -C othello.cfg *.c *.s *.lib

TILES.DAT:
Expand All @@ -13,8 +13,8 @@ TILES.DAT:
FONTMAP.DAT:
$(PYTHON) ../assets/scripts/fontmap.py FONTMAP.DAT

CORRIDORS_OF_TIME.ZSM:
cp -v ../assets/sound/corridors_of_time.zsm CORRIDORS_OF_TIME.ZSM
COT.ZSM:
cp -v ../assets/sound/corridors_of_time.zsm COT.ZSM

run: OTHELLO.PRG
$(EMU) -prg OTHELLO.PRG -run
Expand Down

0 comments on commit c753108

Please sign in to comment.