mirror of
https://github.com/0intro/wmii
synced 2024-11-22 22:02:30 +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
|