summaryrefslogtreecommitdiff
path: root/extra/legacy/test/src/Makefile
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-08-26 06:16:35 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-08-26 06:16:35 -0300
commit8190d621ec1349b35e7359699ba7d281e98ceae0 (patch)
tree755f98806276985cb2c10d77dc485a23925c393d /extra/legacy/test/src/Makefile
parent290efe9d388cf0add947ccc95e478d1131acdbe1 (diff)
remove more duplicates
Diffstat (limited to 'extra/legacy/test/src/Makefile')
-rw-r--r--extra/legacy/test/src/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/extra/legacy/test/src/Makefile b/extra/legacy/test/src/Makefile
deleted file mode 100644
index 105b730..0000000
--- a/extra/legacy/test/src/Makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-all:
- gcc $(CFLAGS) -o test test.c
-
-install:
- install -D -m755 test $(DESTDIR)/usr/bin/$(DESTBIN)