aboutsummaryrefslogtreecommitdiff
path: root/compile.sh
diff options
context:
space:
mode:
Diffstat (limited to 'compile.sh')
-rwxr-xr-xcompile.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/compile.sh b/compile.sh
index 9568907..fa24474 100755
--- a/compile.sh
+++ b/compile.sh
@@ -2,7 +2,7 @@
CC=gcc
CFLAGS="-Wall -Wextra -Werror -ggdb3"
-SRCS=cup/*.c
+SRCS=src/*.c
set -xe