annotate src/Makefile @ 36:d66d34065dd9 tip

better less.
author Robert McIntyre <rlm@mit.edu>
date Sun, 19 May 2013 14:40:32 -0400
parents 4c49f8e6d79d
children
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@33 5 rm hg-wrapper save-acls