cscg22-gearboy

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

Makefile.platform (170B)


      1# Shared Makefile for all the platforms.
      2# Provides a way of building the lib with little brains.
      3
      4all: platform
      5
      6platform: $(LIB)
      7
      8include $(TOPDIR)/libc/Makefile.rules