Mercurial > pkg
comparison defaults/Makefile @ 12:e056798af879
fixing problem with shell interpretation.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Wed, 09 Jan 2013 07:09:37 +0000 |
parents | a0c0ccd22ca5 |
children | ac1ca422bd54 |
comparison
equal
deleted
inserted
replaced
11:389f8678f1d8 | 12:e056798af879 |
---|---|
1 #all: | |
2 # g++ -I/usr/include hg-wrapper.cpp -o hg-wrapper | |
3 | |
1 all: | 4 all: |
2 g++ -I/usr/include hg-wrapper.cpp -o hg-wrapper | 5 gcc -I/usr/include -lpipeline hg-wrapper.c -o hg-wrapper |
3 chmod +s hg-wrapper | |
4 clean: | 6 clean: |
5 rm hg-wrapper | 7 rm hg-wrapper |