Skip to content

Commit

Permalink
upd: make include optional
Browse files Browse the repository at this point in the history
  • Loading branch information
LeKovr committed Nov 22, 2023
1 parent e55038b commit 0f01a92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -168,5 +168,5 @@ DCAPE_MAKEFILE ?= $(shell docker inspect -f "{{.Config.Labels.dcape_app_makefil
ifeq ($(shell test -e $(DCAPE_MAKEFILE) && echo -n yes),yes)
include $(DCAPE_MAKEFILE)
else
include /opt/dcape-app/Makefile
-include /opt/dcape-app/Makefile
endif

0 comments on commit 0f01a92

Please sign in to comment.