Skip to content

Commit

Permalink
Fix makefile error on build
Browse files Browse the repository at this point in the history
  • Loading branch information
qwreey committed Apr 8, 2023
1 parent 54075ff commit 59109b6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

build:
rojo default.project.json
rojo build default.project.json -o BuildResult.rbxmx

test:
luvit test
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ spring module for lua env. working at everywhere such as roblox, luvit etc
# build in rojo

```sh
make build

or

rojo build default.project.json -o BuildResult.rbxmx
```

Expand Down

0 comments on commit 59109b6

Please sign in to comment.