view defaults/Makefile @ 10:bd465da5cd0f

remove USELESS code.
author Robert McIntyre <rlm@mit.edu>
date Wed, 09 Jan 2013 04:58:05 +0000
parents a0c0ccd22ca5
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