renamed wmii.c into main.c

This commit is contained in:
Anselm R. Garbe 2006-10-20 10:08:54 +02:00
parent fbacdbcf94
commit 1dbdbfcc1b
2 changed files with 1 additions and 1 deletions

View File

@ -4,7 +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 mouse.c rule.c view.c wmii.c
frame.c fs.c geom.c key.c main.c mouse.c rule.c view.c
OBJ = ${SRC:.c=.o}
all: options wmiiwm

View File