Cleanup
[tpg/acess2.git] / Usermode / Applications / Makefile.cfg
1 # Acess 2 Applications
2 # General Makefile
3
4 -include ../../../Makefile.cfg
5
6 ASFLAGS = -felf
7 CPPFLAGS = -I../../include/
8 CFLAGS   = -fno-stack-protector $(CPPFLAGS)
9 LDFLAGS  = -T ../../Libraries/acess.ld -I /Acess/Libs/ld-acess.so -lc

UCC git Repository :: git.ucc.asn.au