Makefile (171B)
1 .POSIX: 2 PROJECTDIR = ../../../.. 3 include $(PROJECTDIR)/scripts/rules.mk 4 include ../../rules.mk 5 6 OBJS=\ 7 _brk.$O\ 8 _getheap.$O\ 9 _sigaction.$O\ 10 _waitpid.$O\ 11 12 all: $(OBJS)
sccsimple c99 compiler | |
git clone git://git.simple-cc.org/scc | |
Log | Files | Refs | Submodules | README | LICENSE |