Makefile - 9base - revived minimalist port of Plan 9 userland to Unix | |
git clone git://git.suckless.org/9base | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
Makefile (208B) | |
--- | |
1 # hoc - hoc unix port from plan9 | |
2 # Depends on ../lib9 | |
3 | |
4 TARG = hoc | |
5 OFILES = y.tab.o init.o code.o math.o symbol.o | |
6 YFILES = hoc.y | |
7 MANFILES = hoc.1 | |
8 | |
9 include ../yacc.mk | |
10 | |
11 pre-uninstall: | |
12 | |
13 post-install: |