Trying to reduce the ability for a fork bomb to fault the kernel
[tpg/acess2.git] / Usermode / Applications / init_src / Makefile
1 #
2
3 -include ../Makefile.cfg
4
5 CPPFLAGS += 
6 CFLAGS   += -Wall -Werror -O3
7 LDFLAGS  +=
8 # -lspiderscript
9
10 BIN = ../init
11 OBJ = main.o
12 DIR = SBin
13
14 -include ../Makefile.tpl

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