Skip to content

Commit

Permalink
Makefile install: install-srcript -> install.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Guido Günther <[email protected]>
  • Loading branch information
anoop142 and agx authored Nov 5, 2023
1 parent 3d09108 commit c628a10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ install.sh: install.sh.in
chmod +x install.sh

.PHONY: install
install: install-script
install: install.sh
./install.sh install

.PHONY: cli
Expand Down

0 comments on commit c628a10

Please sign in to comment.