From bed43524cc9a2ef9b2098ded4915455fe437320b Mon Sep 17 00:00:00 2001 From: Sylvain Jeaugey Date: Mon, 5 Nov 2018 09:45:46 -0800 Subject: [PATCH] Add install target Fix issue #145 --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 482f40e3cf..605e3bfaad 100644 --- a/Makefile +++ b/Makefile @@ -6,6 +6,7 @@ .PHONY : all clean default : src.build +install : src.install BUILDDIR ?= $(abspath ./build) ABSBUILDDIR := $(abspath $(BUILDDIR)) TARGETS := src pkg