public
Description:
Homepage:
Clone URL: git://github.com/robertkrimen/moosex-makeimmutable.git
robertkrimen (author)
Sat Sep 13 12:23:40 -0700 2008
commit  a76731e1f3e4ab219004c64ddb07c39360de6178
tree    2865327e0d22a5aab5907ac9e49bf62cc923a7b2
parent  6827be4bb493e3d092984acd902dde7288701930
moosex-makeimmutable / GNUmakefile
100644 24 lines (16 sloc) 0.355 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
.PHONY: all test time clean distclean dist distcheck upload distupload
 
all: test
 
dist:
rm -rf inc META.y*ml
perl Makefile.PL
$(MAKE) -f Makefile dist
 
install distclean tardist: Makefile
$(MAKE) -f $< $@
 
test: Makefile
TEST_RELEASE=1 $(MAKE) -f $< $@
 
Makefile: Makefile.PL
perl $<
 
clean: distclean
 
reset: clean
perl Makefile.PL
$(MAKE) test