~jfroche/schooltool/jacqmain-buildout

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Jean-François Roche
  • Date: 2007-09-17 15:25:03 UTC
  • Revision ID: jfroche@pyxel.be-20070917152503-8ogebtmcnjrwdurd
update makefile for clean datafs

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
run: build
51
51
        bin/start-schooltool-instance instance
52
52
 
53
 
.PHONY: clean
54
 
clean:
 
53
.PHONY: cleanall
 
54
cleanall:
55
55
        rm -fr bin
56
56
        rm -fr develop-eggs
57
57
        rm -fr instance
61
61
        rm -fr eggs
62
62
        rm -fr schooltool
63
63
 
 
64
.PHONY: clean
 
65
clean:
 
66
        rm instance/var/Data*
 
67
 
64
68
.PHONY: coverage
65
69
coverage: build
66
70
        test -d coverage || rm -rf coverage