Skip to content

Commit

Permalink
Fixed typo in utility Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
pkoutoupis committed Oct 18, 2020
1 parent ceda17a commit 2ff42a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ all: $(BIN) $(BIN)d
install: all
@echo Installing all $(BIN) binary files.
$(MKDIR) $(DESTDIR)$(DIR)
$(CP) $(BIN) $(DESTDIR)$(DIR)
$(CP) $(BIN)* $(DESTDIR)$(DIR)
$(CHMOD) 755 $(DESTDIR)$(DIR)/$(BIN)*

.PHONY: uninstall
Expand Down

0 comments on commit 2ff42a1

Please sign in to comment.