cscg22-gearboy

CSCG 2022 Challenge 'Gearboy'
git clone https://git.sinitax.com/sinitax/cscg22-gearboy
Log | Files | Refs | sfeed.txt

Makefile (447B)


      1CC	= ../../../bin/lcc
      2PNG2ASSET = ../../../bin/png2asset
      3
      4all:
      5	$(PNG2ASSET) gb_border.png -map -bpp 4 -max_palettes 4 -pack_mode sgb -use_map_attributes -c border_data.c
      6	$(CC) -Wm-ys -o border.gb border.c sgb_border.c border_data.c
      7
      8compile.bat: Makefile
      9	@echo "REM Automatically generated from Makefile" > compile.bat
     10	@make -sn | sed y/\\//\\\\/ | grep -v make >> compile.bat
     11
     12clean:
     13	rm -f *.o *.lst *.map *.gb *.ihx *.sym *.cdb *.adb *.asm