git.y1.nz

gbdk-2020

GameBoy Development Kit
download: https://git.y1.nz/archives/gbdk.tar.gz
README | Files | Log | Refs | LICENSE

gbdk-lib/Makefile

      1 # Top level Makefile
      2 
      3 all:
      4 	make -C libc
      5 
      6 clean:
      7 	rm -rf build *~
      8 	make -C libc clean

This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.