Update Makefile

This commit is contained in:
Fabian
2025-01-06 16:11:23 +00:00
parent c370584484
commit bcbc2e6d1d

View File

@ -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} $<