mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-08-23 00:13:05 +02:00
Fix Windows build
This commit is contained in:
2
Makefile
2
Makefile
@@ -327,7 +327,7 @@ $(OBJ)/%.1bpp: %.png
|
|||||||
rgbgfx -d 1 -h -o $@ $<
|
rgbgfx -d 1 -h -o $@ $<
|
||||||
|
|
||||||
$(OBJ)/BootROMs/SameBoyLogo.rle: $(OBJ)/BootROMs/SameBoyLogo.1bpp build/logo-compress
|
$(OBJ)/BootROMs/SameBoyLogo.rle: $(OBJ)/BootROMs/SameBoyLogo.1bpp build/logo-compress
|
||||||
build/logo-compress < $< > $@
|
./build/logo-compress < $< > $@
|
||||||
|
|
||||||
build/logo-compress: BootROMs/logo-compress.c
|
build/logo-compress: BootROMs/logo-compress.c
|
||||||
$(CC) $< -o $@
|
$(CC) $< -o $@
|
||||||
|
Reference in New Issue
Block a user