aboutsummaryrefslogtreecommitdiffstats
path: root/prerelease
Commit message (Expand)AuthorAgeFilesLines
* Adding one more redirectManuel Hiebel2018-12-071-0/+5
ption value='grep'>log msg
path: root/grpmi/curl_download/Makefile
blob: 76721838bbae0f5aa0af9e672716526c84a4ea17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
.PHONY: clean

curl_download: %: %.xs
	test -e Makefile_c || perl Makefile.PL INSTALLDIRS=$(INSTALLDIRS)
	$(MAKE) -f Makefile_c

install:
	test -e Makefile_c || perl Makefile.PL INSTALLDIRS=$(INSTALLDIRS)
	$(MAKE) -f Makefile_c install

clean:
	test ! -e Makefile_c || $(MAKE) -f Makefile_c clean
	rm -f *~ *.o