diff options
| author | Franklin Wei <git@fwei.tk> | 2016-01-28 20:07:11 -0500 |
|---|---|---|
| committer | Franklin Wei <git@fwei.tk> | 2016-01-28 20:07:11 -0500 |
| commit | c87ef9230be5e52c9fa532ee0a3eba63960fc76d (patch) | |
| tree | ea785ef2ef706c7ff0a74166c375b65b3582ba61 /Makefile | |
| parent | 73d53b532e3e587382d53b8539d357b11e811a4b (diff) | |
| download | netcosm-c87ef9230be5e52c9fa532ee0a3eba63960fc76d.zip netcosm-c87ef9230be5e52c9fa532ee0a3eba63960fc76d.tar.gz netcosm-c87ef9230be5e52c9fa532ee0a3eba63960fc76d.tar.bz2 netcosm-c87ef9230be5e52c9fa532ee0a3eba63960fc76d.tar.xz | |
add install target
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -96,3 +96,7 @@ veryclean: .PHONY: depend depend: $(DEPS) @echo "Dependencies (re)generated." + +.PHONY: install +install: $(OUT) + @install build/unix.bin $(PREFIX)/bin/netcosm |