summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3018bfc..0ccd3a9 100644
--- a/Makefile
+++ b/Makefile
@@ -48,7 +48,8 @@ clean:
echo Cleaning
rm -rf build $(BIN)
-remake: clean all
+remake: clean
+ make all
run: all
printf "\x1B[1mRUNNING...\x1B[0m\n"