mirror of
https://github.com/0intro/wmii
synced 2024-11-22 13:52:17 +03:00
15 lines
244 B
Makefile
15 lines
244 B
Makefile
ROOT=../..
|
|
include $(ROOT)/mk/hdr.mk
|
|
include $(ROOT)/mk/wmii.mk
|
|
|
|
PYMODULES = pyxp pygmi
|
|
|
|
DOCS = README
|
|
EXECS = wmiirc
|
|
TEXT = wmiirc.py
|
|
|
|
DIR = $(GLOBALCONF)/python
|
|
DOCDIR = $(DOC)/alternative_wmiircs/python
|
|
|
|
include $(ROOT)/mk/python.mk
|