From bcbc2e6d1d2ba08c8ac2a326e1b9ca21591ee36d Mon Sep 17 00:00:00 2001
From: Fabian <fqbn207@noreply.localhost>
Date: Mon, 6 Jan 2025 16:11:23 +0000
Subject: [PATCH] Update Makefile

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 8dc5e40..2c9ccc8 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ include config.mk
 SRC = drw.c dwm.c util.c
 OBJ = ${SRC:.c=.o}
 
-all: dwm clean
+all: dwm
 
 .c.o:
 	${CC} -c ${CFLAGS} $<