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

Update the 'install' and 'symlinks' targets to also install/symlink the

sub-projects: scfg, uedit, and umonitor
parent 9ecd9236
No related branches found
No related tags found
No related merge requests found
......@@ -88,11 +88,17 @@ ifdef SBBSEXEC
install: all
install $(EXEODIR)/* $(SBBSEXEC)
install $(LIBODIR)/* $(SBBSEXEC)
install scfg/$(EXEODIR)/* $(SBBSEXEC)
install uedit/$(EXEODIR)/* $(SBBSEXEC)
install umonitor/$(EXEODIR)/* $(SBBSEXEC)
.PHONY: symlinks
symlinks: all
ln -sfr $(EXEODIR)/* $(SBBSEXEC)
ln -sfr $(LIBODIR)/* $(SBBSEXEC)
ln -sfr scfg/$(EXEODIR)/* $(SBBSEXEC)
ln -sfr uedit/$(EXEODIR)/* $(SBBSEXEC)
ln -sfr umonitor/$(EXEODIR)/* $(SBBSEXEC)
endif
.PHONY: sexyz
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment