shinobi
/ tree
summary
|
tree
|
log
|
refs
main
shinobi
/
tests
/
mk
/
gnu
/
features
/
implicit_search
/
t024
/
mk
1
2
all: hello.o
3
%.o: %.c; $(info hello.c)
4
%.o: %.f hello.f; $(info hello.f)