comparison 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
comparison
equal deleted inserted replaced
21:d46aeb3166d0 22:43cfd1a2c523
1 all: 1 all:
2 gcc -I/usr/include -lpipeline hg-wrapper.c -o hg-wrapper 2 gcc -I/usr/include -lpipeline hg-wrapper.c -o hg-wrapper
3 gcc save-acls.c -o save-acls
3 clean: 4 clean:
4 rm hg-wrapper 5 rm hg-wrapper