Files
deb-python-dcos/Makefile
José Armando García Sancio 177974ec2f DCOS-226 Generate project documetation
2015-02-01 23:48:12 +00:00

14 lines
92 B
Makefile

all: env test
clean:
bin/clean.sh
env:
bin/env.sh
test:
bin/test.sh
doc:
bin/doc.sh