comparison src/Makefile @ 33:4c49f8e6d79d

update makefile; general cleanup.
author Robert McIntyre <rlm@mit.edu>
date Sun, 10 Feb 2013 05:51:54 -0500
parents 43cfd1a2c523
children
comparison
equal deleted inserted replaced
32:426344e3e639 33:4c49f8e6d79d
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 gcc save-acls.c -o save-acls
4 clean: 4 clean:
5 rm hg-wrapper 5 rm hg-wrapper save-acls