Skip to content

Commit 5eadcbf

Browse files
committed
Merge branch 'js/strip-scalar-too'
"make strip" has been taught to strip "scalar" as well as "git". * js/strip-scalar-too: make strip: include `scalar`
2 parents 0c67076 + c64eb84 commit 5eadcbf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2567,7 +2567,7 @@ please_set_SHELL_PATH_to_a_more_modern_shell:
25672567

25682568
shell_compatibility_test: please_set_SHELL_PATH_to_a_more_modern_shell
25692569

2570-
strip: $(PROGRAMS) git$X
2570+
strip: $(PROGRAMS) git$X scalar$X
25712571
$(STRIP) $(STRIP_OPTS) $^
25722572

25732573
### Target-specific flags and dependencies

0 commit comments

Comments
 (0)