Fold up a few lines
This commit is contained in:
parent
b979a794d6
commit
0ce1da0737
@ -20,8 +20,7 @@ build: $(BUILD_TARGETS)
|
||||
|
||||
.PHONY: gtest
|
||||
gtest:
|
||||
@$(foreach bt, $(BUILD_TARGETS), make .gtest.$(bt) &&) \
|
||||
printf '\ngYAY\n'
|
||||
@$(foreach bt, $(BUILD_TARGETS), make .gtest.$(bt) &&) printf '\ngYAY\n'
|
||||
|
||||
.gtest.%:
|
||||
@if test -f .$*.argv; then readarray -t test_argv <.$*.argv; fi && \
|
||||
@ -29,8 +28,7 @@ gtest:
|
||||
|
||||
.PHONY: test
|
||||
test:
|
||||
@$(foreach bt, $(BUILD_TARGETS), make .test.$(bt) &&) \
|
||||
printf '\nYAY\n'
|
||||
@$(foreach bt, $(BUILD_TARGETS), make .test.$(bt) &&) printf '\nYAY\n'
|
||||
|
||||
.test.%:
|
||||
@if test -f .$*.argv; then readarray -t test_argv <.$*.argv; fi && \
|
||||
|
Loading…
Reference in New Issue
Block a user