juggl/backend/Makefile

7 lines
84 B
Makefile
Raw Normal View History

2021-12-23 18:04:05 +01:00
.PHONY = default test
default:
@echo "Please specify a make target"
test:
pytest