Skip to content
Snippets Groups Projects
Commit a58d6172 authored by rswindell's avatar rswindell
Browse files

Do the same with the 'install' target (copy all subproject outputs).

parent 3b80e9a1
No related branches found
No related tags found
No related merge requests found
......@@ -105,9 +105,7 @@ ifdef SBBSEXEC
install: all
install $(EXEODIR)/* $(SBBSEXEC)
install $(LIBODIR)/* $(SBBSEXEC)
install scfg/$(EXEODIR)/* $(SBBSEXEC)
install uedit/$(EXEODIR)/* $(SBBSEXEC)
install umonitor/$(EXEODIR)/* $(SBBSEXEC)
install */$(EXEODIR)/* $(SBBSEXEC)
.PHONY: symlinks
symlinks: all
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment