mirror of
https://github.com/0intro/wmii
synced 2025-02-08 18:34:43 +03:00
9 lines
157 B
Makefile
9 lines
157 B
Makefile
install: ${TARG:.1=.install}
|
|
uninstall: ${TARG:.1=.uninstall}
|
|
|
|
printinstall:
|
|
echo 'Install directories:'
|
|
echo ' Man: ${MAN}'
|
|
|
|
include ${ROOT}/mk/common.mk
|