Makefile - 9base - revived minimalist port of Plan 9 userland to Unix | |
git clone git://git.suckless.org/9base | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
Makefile (118B) | |
--- | |
1 # tr - tr unix port from plan9 | |
2 # Depends on ../lib9 | |
3 | |
4 TARG = tr | |
5 | |
6 include ../std.mk | |
7 | |
8 pre-uninstall: | |
9 | |
10 post-install: |