From 7354c049ec030482444d1522ee5652d64f6fbf4b Mon Sep 17 00:00:00 2001 From: Quinn Date: Thu, 17 Apr 2025 09:17:43 +0200 Subject: [PATCH] add notparallel to clean --- makefile | 2 ++ 1 file changed, 2 insertions(+) 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