Index: Makefile ================================================================== --- Makefile +++ Makefile @@ -68,15 +68,10 @@ all : $(PREFIX)/bin/.$(ARCHSTR) mtest dboard mtut mtest: $(OFILES) readline-fix.scm megatest.o $(MOFILES) mofiles/ftail.o csc $(CSCOPTS) $(OFILES) $(MOFILES) megatest.o -o mtest -stest: $(OFILES) sretrieve.scm - csc $(OFILES) sretrieve.scm -o datashare-testing/sretrieve_pjhatwal - -satest: - echo $(CSCOPTS) "--" $(OFILES) "--" $(GOFILES) "--" $(MOFILES) dboard : $(OFILES) $(GOFILES) dashboard.scm $(MOFILES) csc $(CSCOPTS) $(OFILES) dashboard.scm $(GOFILES) $(MOFILES) -o dboard ndboard : newdashboard.scm $(OFILES) $(GOFILES)