File: Makefile

package info (click to toggle)
node-progress 2.0.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 92 kB
  • sloc: javascript: 112; makefile: 7
file content (8 lines) | stat: -rw-r--r-- 154 bytes parent folder | download | duplicates (17)
1
2
3
4
5
6
7
8

EXAMPLES = $(foreach EXAMPLE, $(wildcard examples/*.js), $(EXAMPLE))

.PHONY: test
test: $(EXAMPLES)

.PHONY: $(EXAMPLES)
$(EXAMPLES): ; node $@ && echo