view src/Makefile @ 19:4fbe69d24a9c

major consolidation.
author Robert McIntyre <rlm@mit.edu>
date Wed, 09 Jan 2013 12:32:58 +0000
parents b38744722d75
children 43cfd1a2c523
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