Skip to content
Snippets Groups Projects
  • rswindell's avatar
    fc24a2d5
    Fix error: · fc24a2d5
    rswindell authored
    targets.mk:8: *** missing separator (did you mean TAB instead of 8 spaces?).  Stop.
    fc24a2d5
    History
    Fix error:
    rswindell authored
    targets.mk:8: *** missing separator (did you mean TAB instead of 8 spaces?).  Stop.
targets.mk 306 B
GTKMONITOR	=	$(EXEODIR)$(DIRSEP)gtkmonitor$(EXEFILE)

all: xpdev-mt smblib $(MTOBJODIR) $(EXEODIR) $(GTKMONITOR)

ifdef SBBSEXEC
.PHONY: install
install: all
	install $(EXEODIR)/* $(SBBSEXEC)

.PHONY: symlinks
symlinks: all
	ln -sfr $(EXEODIR)/* $(SBBSEXEC)
endif

$(GTKMONITOR):	$(XPDEV-MT_LIB) $(SMBLIB)