From 8190d621ec1349b35e7359699ba7d281e98ceae0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?coadde=20=5BM=C3=A1rcio=20Alexandre=20Silva=20Delgado=5D?= Date: Wed, 26 Aug 2015 06:16:35 -0300 Subject: remove more duplicates --- extra/legacy/test/src/Makefile | 5 ----- extra/legacy/test/src/test.c | 7 ------- 2 files changed, 12 deletions(-) delete mode 100644 extra/legacy/test/src/Makefile delete mode 100644 extra/legacy/test/src/test.c (limited to 'extra/legacy/test/src') 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) diff --git a/extra/legacy/test/src/test.c b/extra/legacy/test/src/test.c deleted file mode 100644 index a661689..0000000 --- a/extra/legacy/test/src/test.c +++ /dev/null @@ -1,7 +0,0 @@ -#include -#include - -int main(void) { - printf("Arch is the best!\n"); - return EXIT_SUCCESS; -} -- cgit v1.2.3-2-g168b