Fixed instant crash on ivago endpoint (#19)
This commit is contained in:
parent
552cf4bf7b
commit
4a32349c9c
3 changed files with 4 additions and 5 deletions
2
Makefile
2
Makefile
|
|
@ -3,7 +3,7 @@ all: debug
|
|||
|
||||
# Builds
|
||||
debug:
|
||||
@ ./build -m dev
|
||||
@ ./build -m dev -a run build
|
||||
.PHONY: debug
|
||||
|
||||
release:
|
||||
|
|
|
|||
Reference in a new issue