Skip to content

Commit 9ce405c

Browse files
committed
Remove the broken install rule.
1 parent f064d41 commit 9ce405c

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

Makefile

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -91,20 +91,9 @@ README.md: $(OBJ)/scripts/+mkdocindex/mkdocindex$(EXT)
9191

9292
.PHONY: tests
9393

94-
.PHONY: install install-bin
95-
install:: all install-bin
96-
9794
clean::
9895
$(hide) rm -rf $(REALOBJ)
9996

100-
install-bin:
101-
@echo "INSTALL"
102-
$(hide) install -D -v "$(OBJ)/src+fluxengine/src+fluxengine" "$(DESTDIR)$(BINDIR)/fluxengine"
103-
$(hide) install -D -v "$(OBJ)/src/gui+gui/gui+gui" "$(DESTDIR)$(BINDIR)/fluxengine-gui"
104-
$(hide) install -D -v "$(OBJ)/tools+brother120tool/tools+brother120tool" "$(DESTDIR)$(BINDIR)/brother120tool"
105-
$(hide) install -D -v "$(OBJ)/tools+brother240tool/tools+brother240tool" "$(DESTDIR)$(BINDIR)/brother240tool"
106-
$(hide) install -D -v "$(OBJ)/tools+upgrade-flux-file/tools+upgrade-flux-file" "$(DESTDIR)$(BINDIR)/upgrade-flux-file"
107-
10897
include build/ab.mk
10998

11099
DOCKERFILES = \

0 commit comments

Comments
 (0)