summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 86aab59..5a7cf34 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,10 @@
# test:
#
+test:
+ ./tests
+
test.json:
curl https://httpbin.org/json > test.json
+.PHONY: tests