1230e3e06d75fc496b978035df3ec31eddce404d
[xnet] / Makefile
1 MANAGE_PY = python manage.py
2
3
4 default: all
5
6
7 all:
8
9
10 run:
11 $(MANAGE_PY) runserver
12
13
14 test:
15 $(MANAGE_PY) test example