diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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" |