diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-06-07 09:34:24 +0200 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-06-07 09:34:24 +0200 |
commit | c5c18a483c25afa842b03c35944d081081f711a9 (patch) | |
tree | d5e9082daa054269b4a950fe1cfc046a05bec13c /apps/updatenotification | |
parent | fd147cc3fd27c2f08af16416cedeefd97945af60 (diff) | |
download | nextcloud-server-c5c18a483c25afa842b03c35944d081081f711a9.tar.gz nextcloud-server-c5c18a483c25afa842b03c35944d081081f711a9.zip |
Makefile updatenotification fix
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'apps/updatenotification')
-rw-r--r-- | apps/updatenotification/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/updatenotification/Makefile b/apps/updatenotification/Makefile index ace246dc421..8c6e8a548a5 100644 --- a/apps/updatenotification/Makefile +++ b/apps/updatenotification/Makefile @@ -4,7 +4,7 @@ project_dir=$(CURDIR)/../$(app_name) build_dir=$(CURDIR)/build source_dir=$(build_dir)/$(app_name) -all: dev-setup build-js-production package +all: dev-setup build-js-production dev-setup: clean clean-dev npm-init |