view src/Makefile @ 31:2ea43f89d84f

supress output.
author Robert McIntyre <rlm@mit.edu>
date Tue, 15 Jan 2013 12:24:31 +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