aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7c3f687..1f19b98 100755
--- a/Makefile
+++ b/Makefile
@@ -44,7 +44,7 @@ $(BUILD_DIR): tools
44 mkdir -p $(BUILD_DIR) 44 mkdir -p $(BUILD_DIR)
45 45
46run: $(BIN) 46run: $(BIN)
47 ./$(BIN) 47 ./$(BIN) -i
48 48
49# Remove build directory. 49# Remove build directory.
50clean: 50clean: