Add global Makefile

portnov [2009-07-11 13:35:20]
Add global Makefile
Filename
Blog/po/messages.pot
Makefile
diff --git a/Blog/po/messages.pot b/Blog/po/messages.pot
index 1d64cb7..6d59a54 100644
--- a/Blog/po/messages.pot
+++ b/Blog/po/messages.pot
@@ -13,3 +13,7 @@ msgstr ""
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"

+#: Blog.hs:0
+msgid "Hello world!"
+msgstr ""
+
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..95d8090
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,6 @@
+all:
+	make -C Blog/
+
+clean:
+	make -C Framework/ clean
+	make -C Blog/ clean
ViewGit