Skip to content
This repository has been archived by the owner on Oct 1, 2020. It is now read-only.

Commit

Permalink
Remove test from run command on Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
ellisonleao committed Nov 20, 2013
1 parent 848f75a commit 864f3fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
@@ -1,5 +1,5 @@
.PHONY: run
run: test
run:
python manage.py runserver

.PHONY: shell
Expand Down

0 comments on commit 864f3fa

Please sign in to comment.