X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Usermode%2FApplications%2Fwritetest_src%2FMakefile;fp=Usermode%2FApplications%2Fwritetest_src%2FMakefile;h=3b29575fb5dda630a13936c11cf416d351e98616;hb=2a3aced68d0c70f05ae816b885e3c16d681c720d;hp=0000000000000000000000000000000000000000;hpb=cbad8d25ce1ad97678fb444668dc46974c872c58;p=tpg%2Facess2.git diff --git a/Usermode/Applications/writetest_src/Makefile b/Usermode/Applications/writetest_src/Makefile new file mode 100644 index 00000000..3b29575f --- /dev/null +++ b/Usermode/Applications/writetest_src/Makefile @@ -0,0 +1,12 @@ +# Project: Acess Network Tester + +-include ../Makefile.cfg + +CPPFLAGS += +CFLAGS += -Wall -fno-builtin -fno-stack-protector +LDFLAGS += + +BIN = writetest +OBJ = main.o + +include ../Makefile.tpl