Makefile - scc - simple c99 compiler
HTML git clone git://git.simple-cc.org/scc
DIR Log
DIR Files
DIR Refs
DIR Submodules
DIR README
DIR LICENSE
---
Makefile (163B)
---
1 .POSIX:
2
3 LIBS =\
4 libcrt\
5 libscc\
6 libmach\
7
8 DIRS =\
9 cmd\
10 $(LIBS)\
11
12 PROJECTDIR = ..
13 include $(PROJECTDIR)/scripts/rules.mk
14
15 NODEP = 1
16
17 all: cmd
18
19 cmd: $(LIBS)