Files
deb-python-dcos/cli/Makefile
tamarrow 77afc61fc6 only support python3 for creating binaries (#669)
Also explicitly use python3 in creating virtualenv for make commands.
2016-07-06 18:33:33 -07:00

23 lines
232 B
Makefile

all: env test packages
clean:
bin/clean.sh
env:
bin/env.sh
test: env
bin/test.sh
binary: clean env packages
bin/create-binary.sh
test-binary: binary
bin/test-binary.sh
doc: env
bin/doc.sh
packages: env
bin/packages.sh