diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-07-14 07:30:46 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-07-15 19:36:11 +0200 |
| commit | 63d5b2ccb848ccb5f419106d2d879eb0d5ef6acd (patch) | |
| tree | 1299d48e3c373d1456adba24cb46fe7b21fab7be /Makefile | |
| parent | 8a1f5555f2183336724ce59256dcb6c55c6d91f4 (diff) | |
Enable foundation tests.
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 contact dashboard djangoproject docs fundraising legacy members releases svntogit tracdb +APP_LIST ?= accounts aggregator blog contact dashboard djangoproject docs foundation fundraising legacy members releases svntogit tracdb .PHONY: collectstatics compile-scss compile-scss-debug watch-scss run install test ci |
