From c87ef9230be5e52c9fa532ee0a3eba63960fc76d Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Thu, 28 Jan 2016 20:07:11 -0500 Subject: add install target --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index b7fc042..e2d30e5 100644 --- a/Makefile +++ b/Makefile @@ -96,3 +96,7 @@ veryclean: .PHONY: depend depend: $(DEPS) @echo "Dependencies (re)generated." + +.PHONY: install +install: $(OUT) + @install build/unix.bin $(PREFIX)/bin/netcosm -- cgit v1.1