summaryrefslogtreecommitdiff
path: root/test/src/Makefile
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-08-26 03:33:26 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-08-26 03:33:26 -0300
commit8eafe04ec5eaf917d9e2d58993604c454f1a26d1 (patch)
treec0e9bb91659c3a1f5814ba94ee251639b52c5873 /test/src/Makefile
parentf17c9169de91036cd4b9bb725d2cc6713ad06ce5 (diff)
re-estructure dbscrips
Diffstat (limited to 'test/src/Makefile')
-rw-r--r--test/src/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/src/Makefile b/test/src/Makefile
deleted file mode 100644
index 105b730..0000000
--- a/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)