annotate src/Makefile @ 23:4d1bc23e4d09

implemented acl saving.
author Robert McIntyre <rlm@mit.edu>
date Thu, 10 Jan 2013 07:47:08 +0000
parents 43cfd1a2c523
children 4c49f8e6d79d
rev   line source
rlm@8 1 all:
rlm@12 2 gcc -I/usr/include -lpipeline hg-wrapper.c -o hg-wrapper
rlm@22 3 gcc save-acls.c -o save-acls
rlm@9 4 clean:
rlm@9 5 rm hg-wrapper