Server Fixes

This commit is contained in:
2022-07-02 23:17:48 -04:00
parent 7607f8821c
commit a3663ec196
1667 changed files with 803877 additions and 2 deletions
+8
View File
@@ -0,0 +1,8 @@
EXAMPLES = $(foreach EXAMPLE, $(wildcard examples/*.js), $(EXAMPLE))
.PHONY: test
test: $(EXAMPLES)
.PHONY: $(EXAMPLES)
$(EXAMPLES): ; node $@ && echo