comparison 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
comparison
equal deleted inserted replaced
8:7b9d471fc1d3 9:a0c0ccd22ca5
1 all: 1 all:
2 gcc hg-wrapper.c -o hg-wrapper 2 g++ -I/usr/include hg-wrapper.cpp -o hg-wrapper
3 chmod +s hg-wrapper
4 clean:
5 rm hg-wrapper