fix build on local
This commit is contained in:
parent
496b5dfac0
commit
88e97aeb3c
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@ vendor/*
|
||||
tests/.phpunit.result.cache
|
||||
node_modules/
|
||||
js/
|
||||
build/
|
||||
|
2
Makefile
2
Makefile
@ -2,7 +2,7 @@
|
||||
|
||||
app_name=gpoddersync
|
||||
|
||||
project_dir=$(CURDIR)/../$(app_name)
|
||||
project_dir=$(CURDIR)
|
||||
build_dir=$(CURDIR)/build/artifacts
|
||||
appstore_dir=$(build_dir)/appstore
|
||||
source_dir=$(build_dir)/source
|
||||
|
Loading…
x
Reference in New Issue
Block a user