Fix Windows build
This commit is contained in:
parent
36a87f96bd
commit
72d1d9b154
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 $@
|
||||||
|
Loading…
Reference in New Issue
Block a user