view src/Makefile @ 17:cb1a44d080db

consolidating init scripts.
author Robert McIntyre <rlm@mit.edu>
date Wed, 09 Jan 2013 11:41:55 +0000
parents cd47c42f1d0a
children b38744722d75
line wrap: on
line source
1 all:
2 gcc -I/usr/include -lpipeline hg-wrapper.c -o hg-wrapper
3 clean:
4 rm hg-wrapper
8 # to build the incorrect cpp version.
9 #all:
10 # g++ -I/usr/include hg-wrapper.cpp -o hg-wrapper