Remove scons files. Update README, gitignore and install targets.
[anna.git] / source / statistics / SConscript
diff --git a/source/statistics/SConscript b/source/statistics/SConscript
deleted file mode 100644 (file)
index a03ad48..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-Import ('env')
-
-sources = Glob('*.cpp')
-sources_internal = Glob('internal/*.cpp')
-
-result = env.StaticLibrary ('anna_statistics', [sources, sources_internal]);
-
-Return ('result')
-