summaryrefslogtreecommitdiff
path: root/Makefile
blob: 5a7cf34bee572868b35bc6b23f4294183017976f (plain)
1
2
3
4
5
6
7
8
9
10
# test:
#	

test:
	./tests

test.json:
	curl https://httpbin.org/json > test.json

.PHONY: tests