view defaults/Makefile @ 9:a0c0ccd22ca5

progress on setuid wrapper script.
author Robert McIntyre <rlm@mit.edu>
date Wed, 09 Jan 2013 04:53:59 +0000
parents 7b9d471fc1d3
children e056798af879
line wrap: on
line source
1 all:
2 g++ -I/usr/include hg-wrapper.cpp -o hg-wrapper
3 chmod +s hg-wrapper
4 clean:
5 rm hg-wrapper