cscg22-gearboy

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

Makefile (86B)


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