diff options
-rwxr-xr-x | build.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -550,6 +550,7 @@ i32 main(i32 argc, c8 **argv) { status = 1; } fflush(stdout); + */ system(fmt("\"." DELIM "%s" DELIM "test_interprocess\" clean", destination)); if (OS == WINDOWS) @@ -564,7 +565,6 @@ i32 main(i32 argc, c8 **argv) { status = 1; } fflush(stdout); - */ printf("\nAll done.\n"); return status; |