summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/build.sh b/build.sh
index 94427a6..e35b44a 100755
--- a/build.sh
+++ b/build.sh
@@ -4,3 +4,6 @@ set -xe
gcc -o encode encode.c -Wall -Wextra -pedantic -g
gcc -o decode decode.c -Wall -Wextra -pedantic -g
+
+time ./encode < text2.txt > text2.huff
+time ./decode < text2.huff