draw.c is useless (belongs to main.c now)
This commit is contained in:
2
Makefile
2
Makefile
@ -3,7 +3,7 @@
|
||||
|
||||
include config.mk
|
||||
|
||||
SRC = client.c draw.c event.c main.c screen.c util.c
|
||||
SRC = client.c event.c main.c screen.c util.c
|
||||
OBJ = ${SRC:.c=.o}
|
||||
|
||||
all: options dwm
|
||||
|
Reference in New Issue
Block a user