arm.mk - scc - simple c99 compiler
(HTM) git clone git://git.simple-cc.org/scc
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) Submodules
(DIR) README
(DIR) LICENSE
---
arm.mk (202B)
---
1 arm:
2 +@$(MAKE) -f main.mk CONF=arm-linux libc libcrt
3
4 install-arm: arm
5 $(SCRIPTDIR)/install -p $(SCRIPTDIR)/proto.arm $(ROOT)
6
7 uninstall-arm:
8 $(SCRIPTDIR)/uninstall -p $(SCRIPTDIR)/proto.arm $(ROOT)