]> matita.cs.unibo.it Git - helm.git/blob - helm/papers/use_case/stats/Makefile
fa5f5e2e907ec882e5cbf0b1a9c4b6dff2a395b7
[helm.git] / helm / papers / use_case / stats / Makefile
1
2 stats: stats.cc
3         g++ -o $@ `pkg-config gdome2-cpp-smart --cflags --libs` $<
4