Fold up a few lines

main
Dan Buch 2 weeks ago
parent b979a794d6
commit 0ce1da0737
Signed by: meatballhat
GPG Key ID: A12F782281063434

@ -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…
Cancel
Save