view src/Makefile @ 28:dd480255bd82

completed basic draft of pkg-examine script.
author Robert McIntyre <rlm@mit.edu>
date Thu, 10 Jan 2013 16:28:18 +0000
parents 43cfd1a2c523
children 4c49f8e6d79d
line wrap: on
line source
1 all:
2 gcc -I/usr/include -lpipeline hg-wrapper.c -o hg-wrapper
3 gcc save-acls.c -o save-acls
4 clean:
5 rm hg-wrapper