pygments-xojo/Makefile
Charles 0b2fbefef0 Remove moof command from Makefile.
Signed-off-by: Charles <charles@declareSub.com>
2015-07-29 18:22:24 -04:00

19 lines
357 B
Makefile

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