Skip to content

Commit

Permalink
adopt to mojo v24.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Prodesire committed Oct 1, 2024
1 parent 10c9f74 commit 4ac47cd
Show file tree
Hide file tree
Showing 12 changed files with 982 additions and 136 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
.vscode
.idea
.idea
.magic
*.mojopkg
9 changes: 6 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
install:
magic install

test:
mojo run test.mojo
magic run mojo run test.mojo

format:
mojo format .
magic run mojo format morrow test.mojo

build:
mojo package morrow -o morrow.mojopkg
magic run mojo package morrow -o morrow.mojopkg
Loading

0 comments on commit 4ac47cd

Please sign in to comment.