annotate defaults/Makefile @ 12:e056798af879

fixing problem with shell interpretation.
author Robert McIntyre <rlm@mit.edu>
date Wed, 09 Jan 2013 07:09:37 +0000
parents a0c0ccd22ca5
children ac1ca422bd54
rev   line source
rlm@12 1 #all:
rlm@12 2 # g++ -I/usr/include hg-wrapper.cpp -o hg-wrapper
rlm@12 3
rlm@8 4 all:
rlm@12 5 gcc -I/usr/include -lpipeline hg-wrapper.c -o hg-wrapper
rlm@9 6 clean:
rlm@9 7 rm hg-wrapper