aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
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