aboutsummaryrefslogtreecommitdiffstats
path: root/test/arguments/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'test/arguments/Makefile')
-rw-r--r--test/arguments/Makefile13
1 files changed, 0 insertions, 13 deletions
diff --git a/test/arguments/Makefile b/test/arguments/Makefile
deleted file mode 100644
index 3ccab3702..000000000
--- a/test/arguments/Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
1all: argtest
2
3argtest: main.c
4 gcc -o argtest main.c
5
6clean:; rm -f argtest; rm -fr symtest; rm -f out out.*
7
8install:;install -c -m 0755 argtest /usr/local/bin/argtest
9
10uninstall:; rm -f /usr/local/bin/argtest
11
12
13test:; ./arguments.sh | grep TESTING