summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSyndamia <kamen@syndamia.com>2026-03-29 09:33:07 +0300
committerSyndamia <kamen@syndamia.com>2026-03-29 09:33:07 +0300
commitddd9c909a68ab0b28fa6707a9c4d6f92c78f22f9 (patch)
treeade902c09d855f73e2d98cc7c6fe235cd0c81371
parent64c018f0c25c53aa50ddd79be093ac6e153b8cde (diff)
downloadppm_graphics-ddd9c909a68ab0b28fa6707a9c4d6f92c78f22f9.tar
ppm_graphics-ddd9c909a68ab0b28fa6707a9c4d6f92c78f22f9.tar.gz
ppm_graphics-ddd9c909a68ab0b28fa6707a9c4d6f92c78f22f9.zip
chore(make.sh): Add build as a synonym to compile
-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)