aboutsummaryrefslogtreecommitdiff
path: root/fullcomp.sh
diff options
context:
space:
mode:
Diffstat (limited to 'fullcomp.sh')
-rwxr-xr-xfullcomp.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/fullcomp.sh b/fullcomp.sh
index 66609d9..bb4f59a 100755
--- a/fullcomp.sh
+++ b/fullcomp.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-BINARIES="./gluon ./neutrino ./randino"
+BINARIES="./gluon ./neutrino ./randino ./charm"
if [[ ! -e competitions ]]; then
mkdir competitions || exit 1