Remove moof command from Makefile.

Signed-off-by: Charles <charles@declareSub.com>
This commit is contained in:
Charles 2015-07-29 18:22:24 -04:00
parent 7fab3953f0
commit 0b2fbefef0

View file

@ -1,12 +1,16 @@
SCRIPT_DIR ?= "make_scripts"
build_dist:
@$(SCRIPT_DIR)/build_dist.bash
# Removes development/build directories that accumulate over time.
clean:
@$(SCRIPT_DIR)/clean.bash
moof:
@$(SCRIPT_DIR)/moof.bash
test:
tox
# Creates virtual environments for development using the Python executables in $ENV_LIST.
# Existing environments are recreated.