about summary refs log tree commit diff stats
path: root/lua/sandborb/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'lua/sandborb/build.sh')
-rwxr-xr-xlua/sandborb/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/sandborb/build.sh b/lua/sandborb/build.sh
index 9b38b4d..b3d8656 100755
--- a/lua/sandborb/build.sh
+++ b/lua/sandborb/build.sh
@@ -4,7 +4,7 @@ if [ -f a.out ]; then
     rm a.out
 fi
 
-cc ./src/app.c ./src/sandbird.c -I /opt/homebrew/include/lua5.4 ./src/sandbird.h -std=c99 -pedantic -Wall -Wextra -llua
+cc ./src/sandborb.c ./src/sandbird.c -I /opt/homebrew/include/lua5.4 ./src/sandbird.h -std=c99 -pedantic -Wall -Wextra -llua
 
 if [ -f a.out ]; then
     ./a.out