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

Merge remote-tracking branch 'origin/master'

parents 6af93d70 304508f9
No related branches found
No related tags found
No related merge requests found
......@@ -253,7 +253,8 @@ endif
src: $(REPODIR)
run: $(SBBSDIR)/ctrl $(SBBSDIR)/docs $(SBBSDIR)/exec $(SBBSDIR)/node1 $(SBBSDIR)/text $(SBBSDIR)/web $(SBBSDIR)/webv4 $(SBBSDIR)/xtrn
run: $(SBBSDIR)/ctrl $(SBBSDIR)/docs $(SBBSDIR)/exec $(SBBSDIR)/text $(SBBSDIR)/web $(SBBSDIR)/webv4 $(SBBSDIR)/xtrn \
$(SBBSDIR)/node1 $(SBBSDIR)/node2 $(SBBSDIR)/node3 $(SBBSDIR)/node4
$(SBBSDIR)/ctrl: $(REPODIR)
cp -r $(REPODIR)/ctrl $(SBBSDIR)
......@@ -265,7 +266,16 @@ $(SBBSDIR)/exec: $(REPODIR)
$(INSBIN) $(REPODIR)/exec $(SBBSDIR)
$(SBBSDIR)/node1: $(REPODIR)
cp -r $(REPODIR)/node1 $(SBBSDIR)
cp -r $(REPODIR)/node1 $@
$(SBBSDIR)/node2: $(REPODIR)
cp -r $(REPODIR)/node1 $@
$(SBBSDIR)/node3: $(REPODIR)
cp -r $(REPODIR)/node1 $@
$(SBBSDIR)/node4: $(REPODIR)
cp -r $(REPODIR)/node1 $@
$(SBBSDIR)/text: $(REPODIR)
$(INSBIN) $(REPODIR)/text $(SBBSDIR)
......
......@@ -3,8 +3,6 @@
------------------------------------------------
FatFish is a fishing simulation door game for Synchronet BBS systems.
Website: http://art.poorcoding.com/fatfish.
--------
Features
--------
......
Please report any bugs, issues or questions to: mcmlxxix at bbs dot thebrokenbubble dot com
*****UPDATING YOUR LOCAL LIBRARIES******
NOTE: It is recommended that you check frequently for game updates from the
Synchronet CVS repository located at:
http://cvs.synchro.net/cgi-bin/viewcvs.cgi/xtrn/starstocks/
Before you attempt to install the program, it is recommended that you
update your relative 'exec/' and 'exec/load/' paths
with the latest files from the Synchronet CVS repository at:
http://cvs.synchro.net/cgi-bin/viewcvs.cgi/exec/
http://cvs.synchro.net/cgi-bin/viewcvs.cgi/exec/load/
*****CONFIGURING YOUR EXTERNAL PROGRAM*****
Sample configuration in SCFG -> external programs:
......
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