Usermode - AxWin2 notes, and a write support test app
[tpg/acess2.git] / Usermode / Applications / writetest_src / Makefile
diff --git a/Usermode/Applications/writetest_src/Makefile b/Usermode/Applications/writetest_src/Makefile
new file mode 100644 (file)
index 0000000..3b29575
--- /dev/null
@@ -0,0 +1,12 @@
+# Project: Acess Network Tester\r
+\r
+-include ../Makefile.cfg\r
+\r
+CPPFLAGS += \r
+CFLAGS   += -Wall -fno-builtin -fno-stack-protector\r
+LDFLAGS  += \r
+\r
+BIN = writetest\r
+OBJ = main.o\r
+\r
+include ../Makefile.tpl\r

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