Skip to content

Commit

Permalink
Makefile: No need to pass $V in MAKE_OPTS
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Clayton <andrew@digital-domain.net>
  • Loading branch information
ac000 committed Aug 6, 2023
1 parent 49bd6e0 commit 3b59828
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 @@ -3,7 +3,7 @@ TARGETS = itsa hdrchk
.PHONY: all $(TARGETS)
all: $(TARGETS)

MAKE_OPTS = --no-print-directory V=$V
MAKE_OPTS = --no-print-directory

.PHONY: itsa
itsa:
Expand Down

0 comments on commit 3b59828

Please sign in to comment.