summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@cs.nyu.edu>2014-06-16 22:37:35 -0400
committerlianah <lianahady@gmail.com>2014-06-19 18:24:39 -0400
commit7d7012526f681e9f0a5db0760baa2e4e9de6602b (patch)
treecf13bae2cdcfec89d5e2d847446232ac49357730 /Makefile
parentecdad6e99adf11a612ea6ddb1761e6cbbe780638 (diff)
fix typo
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