Skip to content

Commit cb738c2

Browse files
committed
Generalize makefile
which is no longer working on macOS... 😕
1 parent 32e03f1 commit cb738c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Written by Eric Crosson
22
# 2017-03-12
33
#
4-
# This makefile provides targets to test the provided project.
4+
# This makefile provides targets to test captain-hook.
55

66
tests := $(wildcard test/*.sh)
77

88
.PHONY: test
99

1010
test: $(tests)
11-
$(tests)
11+
@$(foreach test,$(tests),$(test);)

0 commit comments

Comments
 (0)