diff --git a/makefile b/makefile index 2a56670..7c517bb 100644 --- a/makefile +++ b/makefile @@ -58,6 +58,8 @@ fail = $(call log_col,$(1),91) run: compile ./$(BIN) compile: compile_commands $(BIN) + +.NOTPARALLEL: clean: @$(call warn,"cleaning!") rm -rf bin/ obj/ compile_commands.json