cscg22-gearboy

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

Makefile (335B)


      1CC	= ../../../bin/lcc -msm83:ap -Wl-j -Wm-yS
      2
      3all:
      4	$(CC) -o large_map.pocket large_map.c bigmap_map.c bigmap_tiles.c
      5
      6compile.bat: Makefile
      7	@echo "REM Automatically generated from Makefile" > compile.bat
      8	@make -sn | sed y/\\//\\\\/ | grep -v make >> compile.bat
      9
     10clean:
     11	rm -f *.o *.lst *.map *.pocket *.ihx *.sym *.cdb *.adb *.asm