diff --git a/Makefile b/Makefile index 8c04bb9..48dd276 100644 --- a/Makefile +++ b/Makefile @@ -9,6 +9,8 @@ xz: xz.o run: xz time ./xz < test.in > test.out + @md5sum test.in + @xz -d < test.out | md5sum clean: rm -f *.o xz test.out test.base