diff --git a/Makefile b/Makefile index 74417a2..809d4c6 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,11 @@ install: install -m 0755 -o root -g root \ $(BUILDDIR)/pushokku \ $(DESTDIR)/bin/pushokku -test: + +spec: + crystal spec + +test: spec run: crystal run src/pushokku.cr