summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 473bd84c3..f0541bfae 100644
--- a/Makefile
+++ b/Makefile
@@ -111,7 +111,7 @@ submission-application:
# application track is a separate build because it has different preprocessor #defines
@if [ -d builds-smtcomp/application ]; then \
echo 'ERROR:' >&2; \
- echo 'ERROR: Please remove the builds-smtcomp/main directory' >&2; \
+ echo 'ERROR: Please remove the builds-smtcomp/application directory' >&2; \
echo 'ERROR:' >&2; \
exit 1; \
fi
@@ -145,7 +145,7 @@ submission-parallel:
# parallel track can't be built with -cln, so it's a separate build
@if [ -d builds-smtcomp/parallel ]; then \
echo 'ERROR:' >&2; \
- echo 'ERROR: Please remove the builds-smtcomp/main directory' >&2; \
+ echo 'ERROR: Please remove the builds-smtcomp/parallel directory' >&2; \
echo 'ERROR:' >&2; \
exit 1; \
fi
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback