~mattyw/charms/trusty/minecraft/trunk

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: mattyw
  • Date: 2015-12-09 21:07:59 UTC
  • Revision ID: lp@mattyw.net-20151209210759-7r13hom6y0awolps
improved makefile

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
deploy:
9
9
        JUJU_REPOSITORY=$(PROJECT_ROOT) juju deploy local:trusty/minecraft
10
10
 
11
 
 
12
11
clean:
13
12
        $(RM) -r $(PROJECT_ROOT)/trusty/minecraft
14
13
 
 
14
proof:
 
15
        JUJU_REPOSITORY=$(PROJECT_ROOT) charm proof
 
16
 
15
17
test: compose
16
18
        (cd $(PROJECT_ROOT)/trusty/minecraft; ./tests/01-listening)
17
19
 
18
 
.PHONY: all compose clean deploy test
 
20
.PHONY: all compose clean deploy test proof