From 5efd2a9320a81b6bcc97828ca8de746a60c3b6eb Mon Sep 17 00:00:00 2001 From: Olivier Mehani Date: Mon, 10 Sep 2018 08:33:00 +1000 Subject: [PATCH] fixup! fixup! Makefile fixes --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5a699d3..57abc8b 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ install: install-unix install-unix: $(HOST_TARGETS) $(INSTALL_UNIX_TARGET) --local $(BROWSER) install-win: $(HOST_TARGETS) - $(INSTALL_UNIX_TARGET) --local $(BROWSER) + $(INSTALL_WIN_TARGET) --local $(BROWSER) %/.d: mkdir -p $(@D)