mirror of
https://github.com/tiennm99/FBcount.git
synced 2026-08-05 14:02:07 +00:00
Init
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
|
||||
EXAMPLES = $(foreach EXAMPLE, $(wildcard examples/*.js), $(EXAMPLE))
|
||||
|
||||
.PHONY: test
|
||||
test: $(EXAMPLES)
|
||||
|
||||
.PHONY: $(EXAMPLES)
|
||||
$(EXAMPLES): ; node $@ && echo
|
||||
Reference in New Issue
Block a user