summaryrefslogtreecommitdiff
path: root/build.c
diff options
context:
space:
mode:
Diffstat (limited to 'build.c')
-rwxr-xr-xbuild.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.c b/build.c
index 3102522..36e3880 100755
--- a/build.c
+++ b/build.c
@@ -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;