aboutsummaryrefslogtreecommitdiffstats
path: root/grpmi/curl_download/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'grpmi/curl_download/Makefile')
-rw-r--r--grpmi/curl_download/Makefile13
1 files changed, 0 insertions, 13 deletions
diff --git a/grpmi/curl_download/Makefile b/grpmi/curl_download/Makefile
deleted file mode 100644
index 363ad0af..00000000
--- a/grpmi/curl_download/Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-.PHONY: clean
-
-curl_download:
- test -e Makefile_c || perl Makefile.PL
- $(MAKE) -f Makefile_c
-
-install:
- test -e Makefile_c || perl Makefile.PL
- $(MAKE) -f Makefile_c install
-
-clean:
- test ! -e Makefile_c || $(MAKE) -f Makefile_c clean
- rm -f *~ *.o