firmware/scroll: (fix) forced Win32 build of `FuenteABin` on Windows

This commit is contained in:
Ivan Tatarinov 2021-05-05 23:26:05 +03:00
parent a16b6046bd
commit a3a9869e58
1 changed files with 4 additions and 0 deletions

View File

@ -40,7 +40,11 @@ fuente6x8.bin: fuente6x8.png | $(FUENTEABIN)
$(FUENTEABIN) $< $@
$(FUENTEABIN): | tools
ifeq ($(OS),Windows_NT)
$(MAKE) -w -C $| BUILD=mingw32
else
$(MAKE) -w -C $|
endif
fondo.rcs: fondo.png fondo.atr
Png2Rcs $< $@ -a fondo.atr