Skip to content

Commit

Permalink
Merge pull request #28 from kitconcept/make-all-install
Browse files Browse the repository at this point in the history
Make should run make install instead of make build
  • Loading branch information
tisto authored May 16, 2024
2 parents 100e6ad + 5384e1f commit a854496
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 @@ -24,7 +24,7 @@ RESET=`tput sgr0`
YELLOW=`tput setaf 3`

.PHONY: all
all: build
all: install

# Add the following 'help' target to your Makefile
# And add help text after each target name starting with '\#\#'
Expand Down

0 comments on commit a854496

Please sign in to comment.