aboutsummaryrefslogtreecommitdiffstats
path: root/grpmi/curl_download/Makefile
blob: 363ad0af2ab79ed1474000b77205257d1f286e88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
.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