Introduction
Introduction Statistics Contact Development Disclaimer Help
Makefile - plstree - ps and ls displayed as a tree
git clone git://bitreich.org/plstree git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws…
Log
Files
Refs
Tags
README
---
Makefile (178B)
---
1 BIN = ltree ptree
2 MAN1 = ltree.1 ptree.1
3
4 all:
5
6 install:
7 mkdir -p $(PREFIX)/bin
8 cp $(BIN) $(PREFIX)/bin
9 mkdir -p $(PREFIX)/share/man/man1
10 cp $(MAN1) $(PREFIX)/share/man/man1
You are viewing proxied material from bitreich.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.