aboutsummaryrefslogtreecommitdiffstats
path: root/libntlm-0.21/test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libntlm-0.21/test/Makefile')
-rw-r--r--libntlm-0.21/test/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/libntlm-0.21/test/Makefile b/libntlm-0.21/test/Makefile
new file mode 100644
index 00000000..d99dcb09
--- /dev/null
+++ b/libntlm-0.21/test/Makefile
@@ -0,0 +1,6 @@
+dumper: dumper.c getargs.o
+ gcc -g -I.. -o dumper dumper.c getargs.o ../libntlm.a
+
+clean:
+ rm -f *.a *.o dumper *.bak *~ \#*\#
+