annotate src/Makefile @ 21:d46aeb3166d0

going to work on file permissions/ownership since mercurial doesn't track them.
author Robert McIntyre <rlm@mit.edu>
date Thu, 10 Jan 2013 07:02:49 +0000
parents b38744722d75
children 43cfd1a2c523
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