]> matita.cs.unibo.it Git - helm.git/blob - helm/papers/use_case/stats/Makefile
* added .cc program (and equivalent .xsl stylesheet) for collecting
[helm.git] / helm / papers / use_case / stats / Makefile
1
2 stats: stats.cc
3         g++ -o $@ `pkg-config gdome2-cpp-smart --cflags --libs` $<
4