Skip to content
Snippets Groups Projects
Commit 728b82ca authored by deuce's avatar deuce
Browse files

Add an install target.

parent b16bd00a
No related branches found
No related tags found
No related merge requests found
......@@ -22,10 +22,16 @@ LDFLAGS += $(UIFC-MT_LDFLAGS) $(CIOLIB-MT_LDFLAGS) $(XPDEV-MT_LDFLAGS)
vpath %.c ../sbbs3 ../smblib ../uifc ../guts
INSTALL_EXE ?= install
$(SYNCTERM): $(EXEODIR) $(OBJS) $(BUILD_DEPENDS)
@echo Linking $@
${QUIET}$(CC) $(LDFLAGS) $(MT_LDFLAGS) $(OBJS) -o $@ $(UIFC-MT_LIBS) $(CIOLIB-MT_LIBS) $(XPDEV-MT_LIBS)
install: $(SYNCTERM)
@echo Installing...
${INSTALL_EXE} ${SYNCTERM} ${PREFIX}/bin
devel: tags cscope.out
cscope.out: cscope.files
......
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