From c370584484a8d38690072ba1a3eda4c29771feec Mon Sep 17 00:00:00 2001 From: Fabian Date: Mon, 6 Jan 2025 15:25:04 +0000 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2c9ccc8..8dc5e40 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 +all: dwm clean .c.o: ${CC} -c ${CFLAGS} $<