diff options
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 |