]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/papers/use_case/stats/Makefile
* added .cc program (and equivalent .xsl stylesheet) for collecting
[helm.git] / helm / papers / use_case / stats / Makefile
diff --git a/helm/papers/use_case/stats/Makefile b/helm/papers/use_case/stats/Makefile
new file mode 100644 (file)
index 0000000..fa5f5e2
--- /dev/null
@@ -0,0 +1,4 @@
+
+stats: stats.cc
+       g++ -o $@ `pkg-config gdome2-cpp-smart --cflags --libs` $<
+