Slide Tutorial - Add to Path
Add
WEBROOT
to execution path
C-shell
set path=($path
webroot
)
Bourne shell (and derivatives)
PATH=$PATH:
webroot
This is only necessary if doing partial "
make
s"
Slide 18