Makefile updatenotification fix

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv) 2018-06-07 09:34:24 +02:00
parent fd147cc3fd
commit c5c18a483c
No known key found for this signature in database
GPG Key ID: 60C25B8C072916CF
1 changed files with 1 additions and 1 deletions

View File

@ -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