developertrinidad08 7e6cf29479 first commit
2023-01-16 18:11:14 -03:00

8 lines
68 B
Makefile

#
# Run all tests
#
test:
@@bin/vows test/*
.PHONY: test install