git.ucc.asn.au
/
tpg
/
acess2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Usermode - heap debugging and memmove speedup
[tpg/acess2.git]
/
Usermode
/
Applications
/
writetest_src
/
Makefile
1
# Project: Acess Network Tester
\r
2
\r
3
-include ../Makefile.cfg
\r
4
\r
5
CPPFLAGS +=
\r
6
CFLAGS += -Wall -fno-builtin -fno-stack-protector
\r
7
LDFLAGS +=
\r
8
\r
9
BIN = writetest
\r
10
OBJ = main.o
\r
11
\r
12
include ../Makefile.tpl
\r
UCC
git Repository :: git.ucc.asn.au