mirror of
https://github.com/declaresub/pygments-xojo.git
synced 2026-05-15 14:15:53 -06:00
Remove moof command from Makefile.
Signed-off-by: Charles <charles@declareSub.com>
This commit is contained in:
parent
7fab3953f0
commit
0b2fbefef0
1 changed files with 7 additions and 3 deletions
10
Makefile
10
Makefile
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue