Mercurial > pkg
comparison defaults/Makefile @ 14:ac1ca422bd54
saving progress.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Wed, 09 Jan 2013 10:59:43 +0000 |
parents | e056798af879 |
children |
comparison
equal
deleted
inserted
replaced
13:dcdeabe9e903 | 14:ac1ca422bd54 |
---|---|
1 #all: | |
2 # g++ -I/usr/include hg-wrapper.cpp -o hg-wrapper | |
3 | |
4 all: | 1 all: |
5 gcc -I/usr/include -lpipeline hg-wrapper.c -o hg-wrapper | 2 gcc -I/usr/include -lpipeline hg-wrapper.c -o hg-wrapper |
6 clean: | 3 clean: |
7 rm hg-wrapper | 4 rm hg-wrapper |
5 | |
6 | |
7 | |
8 # to build the incorrect cpp version. | |
9 #all: | |
10 # g++ -I/usr/include hg-wrapper.cpp -o hg-wrapper |