mirror of
https://github.com/0intro/wmii
synced 2024-11-22 05:42:05 +03:00
Remove printevent.c from the make process
This commit is contained in:
parent
c2f3587ef0
commit
dfaef7c3a7
3
Makefile
3
Makefile
@ -4,8 +4,7 @@
|
||||
include config.mk
|
||||
|
||||
SRC = area.c bar.c client.c column.c draw.c event.c \
|
||||
frame.c fs.c geom.c key.c main.c mouse.c rule.c view.c \
|
||||
printevent.c
|
||||
frame.c fs.c geom.c key.c main.c mouse.c rule.c view.c
|
||||
OBJ = ${SRC:.c=.o}
|
||||
|
||||
all: options wmiiwm
|
||||
|
Loading…
Reference in New Issue
Block a user