comparison src/Makefile @ 16:cd47c42f1d0a

reorganizing.
author Robert McIntyre <rlm@mit.edu>
date Wed, 09 Jan 2013 11:38:31 +0000
parents defaults/Makefile@ac1ca422bd54
children b38744722d75
comparison
equal deleted inserted replaced
15:48c7c2099978 16:cd47c42f1d0a
1 all:
2 gcc -I/usr/include -lpipeline hg-wrapper.c -o hg-wrapper
3 clean:
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