comparison 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
comparison
equal deleted inserted replaced
17:cb1a44d080db 18:b38744722d75
1 all: 1 all:
2 gcc -I/usr/include -lpipeline hg-wrapper.c -o hg-wrapper 2 gcc -I/usr/include -lpipeline hg-wrapper.c -o hg-wrapper
3 clean: 3 clean:
4 rm hg-wrapper 4 rm hg-wrapper
5
6
7
8 # to build the incorrect cpp version.
9 #all:
10 # g++ -I/usr/include hg-wrapper.cpp -o hg-wrapper