annotate src/Makefile @ 22:43cfd1a2c523

create program to save acls.
author Robert McIntyre <rlm@mit.edu>
date Thu, 10 Jan 2013 07:36:04 +0000
parents b38744722d75
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