Skip to content

Commit

Permalink
Fix permission
Browse files Browse the repository at this point in the history
  • Loading branch information
kat0h committed Jun 27, 2022
1 parent 84425c7 commit b3f4685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ clean:
rm -f *.o $(TARGET)

test: $(TARGET)
deno run --unstable --allow-ffi ffi.ts
deno run --unstable --allow-net --allow-write --allow-env --allow-read --allow-ffi ffi.ts

0 comments on commit b3f4685

Please sign in to comment.