Add make shell command
[xnet] / Makefile
index c0a4e20..f16d22d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -10,6 +10,8 @@ all:
 run:
        $(MANAGE_PY) runserver
 
+shell:
+       $(MANAGE_PY) shell
 
 test:
        $(MANAGE_PY) test example