mirror of
https://github.com/shimataro/ssh-key-action.git
synced 2025-06-19 22:52:10 +10:00
8 lines
154 B
Makefile
8 lines
154 B
Makefile
|
|
EXAMPLES = $(foreach EXAMPLE, $(wildcard examples/*.js), $(EXAMPLE))
|
|
|
|
.PHONY: test
|
|
test: $(EXAMPLES)
|
|
|
|
.PHONY: $(EXAMPLES)
|
|
$(EXAMPLES): ; node $@ && echo
|