~ubuntuone-hackers/conn-check/trunk

« back to all changes in this revision

Viewing changes to Makefile

[r=wesmason] Add firewall rule yaml output options

Show diffs side-by-side

added added

removed removed

Lines of Context:
73
73
cmd:
74
74
        @echo $(ENV)/bin/conn-check
75
75
 
 
76
fw-cmd:
 
77
        @echo $(ENV)/bin/conn-check-export-fw
 
78
 
76
79
pip-wheel: $(ENV)
77
80
        @$(ENV)/bin/pip install wheel
78
81