summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRolf Erik Lekang <me@rolflekang.com>2015-07-26 23:03:13 +0200
committerTim Graham <timograham@gmail.com>2015-12-15 19:43:15 -0500
commit9e12c94f2b70073d7d241624e7e1c597fb9ac0f3 (patch)
tree6a601702cd8f6b419eb95947d75800c804a4ca2f /Makefile
parenta488d55eb948287c2988e1ff5f7f0ec954b32932 (diff)
Refs #362 -- Added an app to track DSF members.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e23c8608..fbf951a9 100644
--- a/Makefile
+++ b/Makefile
@@ -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