Skip to content
Snippets Groups Projects
Commit a06b68dd authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Add install and symlinks targets

parent b08e4437
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
...@@ -2,4 +2,14 @@ SEXPOTS = $(EXEODIR)$(DIRSEP)sexpots$(EXEFILE) ...@@ -2,4 +2,14 @@ SEXPOTS = $(EXEODIR)$(DIRSEP)sexpots$(EXEFILE)
all: xpdev-mt $(MTOBJODIR) $(EXEODIR) $(SEXPOTS) all: xpdev-mt $(MTOBJODIR) $(EXEODIR) $(SEXPOTS)
ifdef SBBSEXEC
.PHONY: install
install: all
install $(EXEODIR)/* $(SBBSEXEC)
.PHONY: symlinks
symlinks: all
ln -sfr $(EXEODIR)/* $(SBBSEXEC)
endif
$(SEXPOTS): $(XPDEV-MT_LIB) $(SEXPOTS): $(XPDEV-MT_LIB)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment