Mercurial > pkg
diff src/Makefile @ 16:cd47c42f1d0a
reorganizing.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Wed, 09 Jan 2013 11:38:31 +0000 |
parents | defaults/Makefile@ac1ca422bd54 |
children | b38744722d75 |
line wrap: on
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/src/Makefile Wed Jan 09 11:38:31 2013 +0000 1.3 @@ -0,0 +1,10 @@ 1.4 +all: 1.5 + gcc -I/usr/include -lpipeline hg-wrapper.c -o hg-wrapper 1.6 +clean: 1.7 + rm hg-wrapper 1.8 + 1.9 + 1.10 + 1.11 +# to build the incorrect cpp version. 1.12 +#all: 1.13 +# g++ -I/usr/include hg-wrapper.cpp -o hg-wrapper