~rogpeppe/juju-core/438-local-instance-Addresses

« back to all changes in this revision

Viewing changes to formula/Makefile

  • Committer: Gustavo Niemeyer
  • Date: 2011-09-24 15:04:59 UTC
  • mfrom: (2.1.20 go-formula-dir)
  • Revision ID: gustavo@niemeyer.net-20110924150459-maxuhk3r5p40dx2c
Merged go-formula-dir branch [r=hazmat]

This introduces support for handling formula directories in the Go port.
This includes the bundling of them, needed for the store.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 
7
7
GOFILES=\
8
8
        config.go\
 
9
        dir.go\
9
10
        formula.go\
10
11
        meta.go\
 
12
        walk.go\
 
13
        rel.go\
11
14
 
12
15
GOFMT=gofmt
13
16
BADFMT:=$(shell $(GOFMT) -l $(GOFILES) $(CGOFILES) $(wildcard *_test.go))