diff options
| author | Syndamia <kamen@syndamia.com> | 2026-03-29 09:33:07 +0300 |
|---|---|---|
| committer | Syndamia <kamen@syndamia.com> | 2026-03-29 09:33:07 +0300 |
| commit | ddd9c909a68ab0b28fa6707a9c4d6f92c78f22f9 (patch) | |
| tree | ade902c09d855f73e2d98cc7c6fe235cd0c81371 | |
| parent | 64c018f0c25c53aa50ddd79be093ac6e153b8cde (diff) | |
| download | ppm_graphics-ddd9c909a68ab0b28fa6707a9c4d6f92c78f22f9.tar ppm_graphics-ddd9c909a68ab0b28fa6707a9c4d6f92c78f22f9.tar.gz ppm_graphics-ddd9c909a68ab0b28fa6707a9c4d6f92c78f22f9.zip | |
chore(make.sh): Add build as a synonym to compile
| -rwxr-xr-x | make.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,7 +35,7 @@ then fi case "$1" in - (compile) + (compile|build) make_compile "$2" ;; (run) |
