annotate defaults/Makefile @ 14:ac1ca422bd54

saving progress.
author Robert McIntyre <rlm@mit.edu>
date Wed, 09 Jan 2013 10:59:43 +0000
parents e056798af879
children
rev   line source
rlm@8 1 all:
rlm@12 2 gcc -I/usr/include -lpipeline hg-wrapper.c -o hg-wrapper
rlm@9 3 clean:
rlm@9 4 rm hg-wrapper
rlm@14 5
rlm@14 6
rlm@14 7
rlm@14 8 # to build the incorrect cpp version.
rlm@14 9 #all:
rlm@14 10 # g++ -I/usr/include hg-wrapper.cpp -o hg-wrapper