aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriceyrazor <iceyrazor@mailfence.com>2026-03-08 21:02:19 -0500
committericeyrazor <iceyrazor@mailfence.com>2026-03-08 21:02:19 -0500
commit2f374005654ac3865833bfccf2cde6930a8f6472 (patch)
tree065df95994294b9d541ce76bb95f51b0fbd449f8
parent8aeff9bca7a504924400f098d8b8dce5e3d62afc (diff)
renamed make to build.sh
-rw-r--r--README.md2
-rwxr-xr-xbuild.sh (renamed from make)0
2 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 770e9bc..0af0eca 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ This is a small C SDL2 project making physics objects react to audio
## building
-simply run ./make
+simply run ./build.sh
there is no install
## usage
diff --git a/make b/build.sh
index 2fcfe88..2fcfe88 100755
--- a/make
+++ b/build.sh