mirror of
https://github.com/0intro/wmii
synced 2024-11-25 23:30:24 +03:00
43ed7943be
instead the layout is responsible to provide a frame container of its frames
16 lines
254 B
Makefile
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.*
|