Makefile (206B)
1 .POSIX: 2 PROJECTDIR=../.. 3 include $(PROJECTDIR)/scripts/rules.mk 4 5 OBJS =\ 6 opendir.o \ 7 readdir.o \ 8 closedir.o \ 9 10 TARGET = $(LIBDIR)/lib9p.a 11 12 all: $(TARGET) 13 14 $(TARGET): $(OBJS) 15 $(SCRIPTDIR)/mklib -o $@ $?
![]() | 9osExperimental kernel using plan9 ideas for embedded device |
git clone git://git.simple-cc.org/9os | |
Log | Files | Refs | README | LICENSE |