Added examples/Makefile

This commit is contained in:
Yann Collet
2016-07-10 14:25:38 +02:00
parent 25c506601c
commit 677ed26aa7
5 changed files with 102 additions and 6 deletions
+3 -1
View File
@@ -113,5 +113,7 @@ int main(int argc, const char** argv)
decompress(argv[1]);
printf("%s decoded. \n", argv[1]);
printf("%s correctly decoded (in memory). \n", argv[1]);
return 0;
}