Mercurial > pkg
diff src/Makefile @ 18:b38744722d75
remove defunct c++ and perl code.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Wed, 09 Jan 2013 11:42:25 +0000 |
parents | cd47c42f1d0a |
children | 43cfd1a2c523 |
line wrap: on
line diff
1.1 --- a/src/Makefile Wed Jan 09 11:41:55 2013 +0000 1.2 +++ b/src/Makefile Wed Jan 09 11:42:25 2013 +0000 1.3 @@ -2,9 +2,3 @@ 1.4 gcc -I/usr/include -lpipeline hg-wrapper.c -o hg-wrapper 1.5 clean: 1.6 rm hg-wrapper 1.7 - 1.8 - 1.9 - 1.10 -# to build the incorrect cpp version. 1.11 -#all: 1.12 -# g++ -I/usr/include hg-wrapper.cpp -o hg-wrapper