From 97f9f62e39571b68ce93440fd9b10ed83e9d3221 Mon Sep 17 00:00:00 2001 From: Nir Lichtman Date: Sat, 27 Jan 2024 20:46:37 +0200 Subject: [PATCH] Temporary clean before build to avoid confusion of new EXE name --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 11fb167..16a14db 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ LD = link EXEC = lightwm.exe DLL = lightwm_dll.dll -all: $(DLL) $(EXEC) +all: clean $(DLL) $(EXEC) $(EXEC): wm.c $(CC) wm.c tiling.c error.c user32.lib /link /out:$(EXEC)