Add target for test
This commit is contained in:
parent
418330c4df
commit
c5f0aeea22
1 changed files with 5 additions and 1 deletions
6
Makefile
6
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
|
||||
|
|
Loading…
Reference in a new issue