Compare commits

...

2 commits

Author SHA1 Message Date
dbc86a4330 feat(makefile): add clean target
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2024-08-04 22:32:43 +02:00
4f58365dc6 chore: bump crystal version to 1.13.1 2024-08-04 22:31:58 +02:00
2 changed files with 4 additions and 1 deletions

View file

@ -1 +1 @@
crystal 1.10.1
crystal 1.13.1

View file

@ -27,5 +27,8 @@ install:
bin/mfm \
$(PREFIX)/bin
clean:
rm -f bin/mfm
.PHONY: spec test build all prepare install