9os

Experimental kernel using plan9 ideas for embedded device
git clone git://git.simple-cc.org/9os
Log | Files | Refs | README | LICENSE

Makefile (164B)


      1 .POSIX:
      2 PROJECTDIR =../../..
      3 include $(PROJECTDIR)/scripts/rules.mk
      4 include ../rules.mk
      5 
      6 DIRS = amd64 arm32 arm64
      7 
      8 all:
      9 	+@cd $(ARCH) && $(MAKE)
     10 
     11 clean:
     12 	$(FORALL)