Files
deb-python-dcos/Makefile
2015-01-27 18:05:33 -08:00

11 lines
74 B
Makefile

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