Skip to content

Commit

Permalink
Don't mark libgit2 target as phony, don't rebuild it each time
Browse files Browse the repository at this point in the history
If the dependency for libegit2 is phony libegit2 is rebuild each time
make is ran despite it not having changed.

Signed-off-by: Björn Bidar <bjorn.bidar@thaodan.de>
  • Loading branch information
Thaodan committed Oct 20, 2023
1 parent 2ce1781 commit ad62876
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 @@ -62,7 +62,7 @@ EMACS_ARGS ?=

LOAD_PATH ?= -L . -L build

.PHONY: test libgit2 submodule-update install
.PHONY: test submodule-update install

all: lisp

Expand Down

0 comments on commit ad62876

Please sign in to comment.