Mercurial > pkg
diff defaults/Makefile @ 14:ac1ca422bd54
saving progress.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Wed, 09 Jan 2013 10:59:43 +0000 |
parents | e056798af879 |
children |
line wrap: on
line diff
1.1 --- a/defaults/Makefile Wed Jan 09 07:31:19 2013 +0000 1.2 +++ b/defaults/Makefile Wed Jan 09 10:59:43 2013 +0000 1.3 @@ -1,7 +1,10 @@ 1.4 -#all: 1.5 -# g++ -I/usr/include hg-wrapper.cpp -o hg-wrapper 1.6 - 1.7 all: 1.8 gcc -I/usr/include -lpipeline hg-wrapper.c -o hg-wrapper 1.9 clean: 1.10 rm hg-wrapper 1.11 + 1.12 + 1.13 + 1.14 +# to build the incorrect cpp version. 1.15 +#all: 1.16 +# g++ -I/usr/include hg-wrapper.cpp -o hg-wrapper