From 84e3dce3c2c0712d50656506268a7ce49221bfd3 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Wed, 27 Jul 2016 16:18:22 -0400 Subject: added Makefile to test/arguments --- test/arguments/Makefile | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 test/arguments/Makefile (limited to 'test') diff --git a/test/arguments/Makefile b/test/arguments/Makefile new file mode 100644 index 000000000..3ccab3702 --- /dev/null +++ b/test/arguments/Makefile @@ -0,0 +1,13 @@ +all: argtest + +argtest: main.c + gcc -o argtest main.c + +clean:; rm -f argtest; rm -fr symtest; rm -f out out.* + +install:;install -c -m 0755 argtest /usr/local/bin/argtest + +uninstall:; rm -f /usr/local/bin/argtest + + +test:; ./arguments.sh | grep TESTING -- cgit v1.2.3-70-g09d2