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