#!/bin/sh
if [ $# -eq 0 ]; then set all install; fi  # "$@" breaks make for empty args
/usr/bin/make CC="gcc -ansi -pedantic" CFLAGS=-DTEMPNAM LIBSRC=icon BIN=/usr/local/noweb/bin LIB=/usr/local/noweb/lib MAN=/usr/local/noweb/man TEXINPUTS=/usr/share/texmf/tex/plain/misc ELISP=$HOME/emacs "$@"


syntax highlighted by Code2HTML, v. 0.9.1