Makefile (158B)
1 .POSIX: 2 3 include ../config.mk 4 5 DIRS = scc 6 7 all dep clean distclean: 8 @pwd=$$PWD; \ 9 for i in $(DIRS); \ 10 do \ 11 cd $$i; \ 12 $(MAKE) $@; \ 13 cd $$pwd; \ 14 done
sccsimple C compiler | |
git clone git://git.2f30.org/scc | |
Log | Files | Refs | README | LICENSE |