mirror of
https://github.com/0intro/wmii
synced 2024-11-22 13:52:17 +03:00
10 lines
142 B
Makefile
10 lines
142 B
Makefile
|
|
all: $(TARG)
|
|
install: ${TARG:.1=.install}
|
|
uninstall: ${TARG:.1=.uninstall}
|
|
|
|
printinstall:
|
|
echo 'Install directories:'
|
|
echo ' Man: $(MAN)'
|
|
|