Makefile (304B)
1CC = ../../../bin/lcc 2 3all: 4 $(CC) -o large_map.gb 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 *.gb *.ihx *.sym *.cdb *.adb *.asm