Skip to content

Commit

Permalink
Remove the broken install rule.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgiven committed Nov 24, 2024
1 parent f064d41 commit 9ce405c
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -91,20 +91,9 @@ README.md: $(OBJ)/scripts/+mkdocindex/mkdocindex$(EXT)

.PHONY: tests

.PHONY: install install-bin
install:: all install-bin

clean::
$(hide) rm -rf $(REALOBJ)

install-bin:
@echo "INSTALL"
$(hide) install -D -v "$(OBJ)/src+fluxengine/src+fluxengine" "$(DESTDIR)$(BINDIR)/fluxengine"
$(hide) install -D -v "$(OBJ)/src/gui+gui/gui+gui" "$(DESTDIR)$(BINDIR)/fluxengine-gui"
$(hide) install -D -v "$(OBJ)/tools+brother120tool/tools+brother120tool" "$(DESTDIR)$(BINDIR)/brother120tool"
$(hide) install -D -v "$(OBJ)/tools+brother240tool/tools+brother240tool" "$(DESTDIR)$(BINDIR)/brother240tool"
$(hide) install -D -v "$(OBJ)/tools+upgrade-flux-file/tools+upgrade-flux-file" "$(DESTDIR)$(BINDIR)/upgrade-flux-file"

include build/ab.mk

DOCKERFILES = \
Expand Down

0 comments on commit 9ce405c

Please sign in to comment.