main
README
1pw make
2--------
3
4this is the 'make' utility from pwb/unix (1977). i have modified it so it will compile on modern systems.
5you can compile it with the 'rc' script or using the 'make' command you probably already have.
6you will need the 'byacc' implementation of yacc, or some compatible version. GNU bison will not work,
7as it is not backwards compatible with 70's yacc grammars.
8
9