Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Makefile.commands
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.commands')
-rw-r--r--Makefile.commands4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.commands b/Makefile.commands
index c0c6ad7..70ec612 100644
--- a/Makefile.commands
+++ b/Makefile.commands
@@ -15,8 +15,8 @@ build:
run:
@$(COMMANDS_DIR)/run
-run-tests:
- @$(COMMANDS_DIR)/run-tests
+check:
+ @$(COMMANDS_DIR)/check
shell:
@$(COMMANDS_DIR)/shell