view src/Makefile @ 35:4823f88ea3b6

add -0 option to pkg-files.
author Robert McIntyre <rlm@mit.edu>
date Sun, 10 Feb 2013 05:58:58 -0500
parents 4c49f8e6d79d
children
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 save-acls