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