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