summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmake.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/make.sh b/make.sh
index b499eef..8f66d35 100755
--- a/make.sh
+++ b/make.sh
@@ -35,7 +35,7 @@ then
fi
case "$1" in
- (compile)
+ (compile|build)
make_compile "$2"
;;
(run)