summaryrefslogtreecommitdiff
path: root/web/noweb/src/nwmake
blob: eb9e71ea61f59ca31b5f90c9a7c83380ec533878 (plain)
1
2
3
#!/bin/sh
if [ $# -eq 0 ]; then set iconlib all install; fi  # "$@" breaks make for empty args
/bin/make CC="lcc -A -A" BIN=/usr/local/bin LIB=/usr/local/lib/noweb MAN=/usr/local/man TEXINPUTS=/usr/local/lib/tex/inputs "$@"