From d77b156de83e8a93e3fa9832642824089593d1db Mon Sep 17 00:00:00 2001 From: Astatin Date: Sat, 12 Jul 2025 02:45:00 +0200 Subject: Play music from included vgm file --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e4330c9..ec62e0a 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ build/main.rom: build/main.rom.unsigned cp build/main.rom.unsigned build/main.rom python scripts/set_checksums.py build/main.rom -build/main.rom.unsigned: main.gbasm tileset.gbasm text.gbasm dialogues/text.gbasm map/maps.gbasm $(wildcard ./*.gbasm) $(wildcard ./**/*.gbasm) $(wildcard ./**/**/*.gbasm) +build/main.rom.unsigned: main.gbasm tileset.gbasm text.gbasm dialogues/text.gbasm map/maps.gbasm $(wildcard ./*.gbasm) $(wildcard ./**/*.gbasm) $(wildcard ./**/**/*.gbasm) $(wildcard ./music/*.vgm) mkdir -p build $(GBASM) $< $@ > build/main.sym @@ -58,7 +58,7 @@ build/game_linux_x86-64: build/makeself/start.sh build/makeself/main.rom build/m run: build/main.rom mkdir -p recordings - gb $< --record-input "./recordings/$(shell date -Iseconds).record" + gb $< --record-input "./recordings/$(shell date -Iseconds).record" -k sameboy: build/main.rom sameboy build/main.rom -- cgit v1.2.3-70-g09d2