diff options
| author | Rolf Erik Lekang <me@rolflekang.com> | 2015-07-26 23:03:13 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-12-15 19:43:15 -0500 |
| commit | 9e12c94f2b70073d7d241624e7e1c597fb9ac0f3 (patch) | |
| tree | 6a601702cd8f6b419eb95947d75800c804a4ca2f /Makefile | |
| parent | a488d55eb948287c2988e1ff5f7f0ec954b32932 (diff) | |
Refs #362 -- Added an app to track DSF members.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ STATIC = djangoproject/static SCSS = djangoproject/scss JQUERY_FLOT=djangoproject/static/js/lib/jquery-flot -APP_LIST ?= accounts aggregator blog cla contact dashboard djangoproject docs fundraising legacy releases svntogit tracdb +APP_LIST ?= accounts aggregator blog cla contact dashboard djangoproject docs fundraising legacy members releases svntogit tracdb .PHONY: collectstatics compile-scss compile-scss-debug watch-scss run install test ci |
