wmii/cmd/wm/Makefile
garbeam 43ed7943be removed frames container from area, areas contain clients only in their container,
instead the layout is responsible to provide a frame container of its frames
2005-12-07 16:06:16 +02:00

16 lines
254 B
Makefile

# wm - window manager improved 2
# (C)opyright MMIV-MMV Anselm R. Garbe
include ../../config.mk
all: layoutdef.c
@${MAKE} -f Makefile.wm
@echo built core wm
layoutdef.c:
@echo SH mklayout.sh
@sh mklayout.sh
clean:
rm -f wmiiwm *.o layoutdef.*