diff 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 diff
     1.1 --- a/defaults/Makefile	Tue Jan 08 18:13:48 2013 +0000
     1.2 +++ b/defaults/Makefile	Wed Jan 09 04:53:59 2013 +0000
     1.3 @@ -1,2 +1,5 @@
     1.4  all:
     1.5 -	gcc hg-wrapper.c -o hg-wrapper
     1.6 +	g++ -I/usr/include hg-wrapper.cpp -o hg-wrapper
     1.7 +	chmod +s hg-wrapper
     1.8 +clean:
     1.9 +	rm hg-wrapper