Add first project draft.
[xnet] / Makefile
index e69de29..1230e3e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -0,0 +1,15 @@
+MANAGE_PY = python manage.py
+
+
+default: all
+
+
+all:
+
+
+run:
+       $(MANAGE_PY) runserver
+
+
+test:
+       $(MANAGE_PY) test example