Makefile (142B)
1 .POSIX: 2 PROJECTDIR=.. 3 4 LIBS =\ 5 libio\ 6 libk\ 7 libc\ 8 9 DIRS =\ 10 os9\ 11 $(LIBS)\ 12 13 include $(PROJECTDIR)/scripts/rules.mk 14 15 all: os9 16 17 os9: $(LIBS)
![]() | 9osExperimental kernel using plan9 ideas for embedded device |
git clone git://git.simple-cc.org/9os | |
Log | Files | Refs | README | LICENSE |