rlm@8: all: rlm@12: gcc -I/usr/include -lpipeline hg-wrapper.c -o hg-wrapper rlm@9: clean: rlm@9: rm hg-wrapper rlm@14: rlm@14: rlm@14: rlm@14: # to build the incorrect cpp version. rlm@14: #all: rlm@14: # g++ -I/usr/include hg-wrapper.cpp -o hg-wrapper