aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFranklin Wei <git@fwei.tk>2016-01-28 20:07:11 -0500
committerFranklin Wei <git@fwei.tk>2016-01-28 20:07:11 -0500
commitc87ef9230be5e52c9fa532ee0a3eba63960fc76d (patch)
treeea785ef2ef706c7ff0a74166c375b65b3582ba61 /Makefile
parent73d53b532e3e587382d53b8539d357b11e811a4b (diff)
downloadnetcosm-c87ef9230be5e52c9fa532ee0a3eba63960fc76d.zip
netcosm-c87ef9230be5e52c9fa532ee0a3eba63960fc76d.tar.gz
netcosm-c87ef9230be5e52c9fa532ee0a3eba63960fc76d.tar.bz2
netcosm-c87ef9230be5e52c9fa532ee0a3eba63960fc76d.tar.xz
add install target
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