diff options
| author | Jannis Leidel <jannis@leidel.info> | 2015-01-03 12:50:26 +0100 |
|---|---|---|
| committer | Jannis Leidel <jannis@leidel.info> | 2015-01-03 12:50:26 +0100 |
| commit | 6295e9429e3d9dd0c0adb6b8aba1ee39599226b0 (patch) | |
| tree | 4645d3a533fc7e64dec2f161b3eb9e468c506bf3 /Makefile | |
| parent | f69f7d87185caca43a148c062fb8df75279a6f54 (diff) | |
Fixed makefile.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ STATIC = djangoproject/static -.PHONY: collectstatics compile-scss compile-scss-debug watch-scss run upgrade +.PHONY: collectstatics compile-scss compile-scss-debug watch-scss run install collectstatics: compile-scss ./manage.py collectstatic --noinput |
