diff defaults/Makefile @ 12:e056798af879

fixing problem with shell interpretation.
author Robert McIntyre <rlm@mit.edu>
date Wed, 09 Jan 2013 07:09:37 +0000
parents a0c0ccd22ca5
children ac1ca422bd54
line wrap: on
line diff
     1.1 --- a/defaults/Makefile	Wed Jan 09 05:11:10 2013 +0000
     1.2 +++ b/defaults/Makefile	Wed Jan 09 07:09:37 2013 +0000
     1.3 @@ -1,5 +1,7 @@
     1.4 +#all:
     1.5 +#	g++ -I/usr/include hg-wrapper.cpp -o hg-wrapper
     1.6 +
     1.7  all:
     1.8 -	g++ -I/usr/include hg-wrapper.cpp -o hg-wrapper
     1.9 -	chmod +s hg-wrapper
    1.10 +	gcc -I/usr/include -lpipeline hg-wrapper.c -o hg-wrapper
    1.11  clean:
    1.12  	rm hg-wrapper