mirror of
https://github.com/0intro/wmii
synced 2025-01-07 02:52:02 +03:00
10 lines
139 B
Makefile
10 lines
139 B
Makefile
ROOT=..
|
|
include $(ROOT)/mk/hdr.mk
|
|
include $(ROOT)/mk/wmii.mk
|
|
|
|
BIN = $(GLOBALCONF)
|
|
TARG = wmiirc \
|
|
welcome
|
|
|
|
include $(ROOT)/mk/many.mk
|