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