Skip to content

Commit

Permalink
Merge pull request #1 from kat0h/main
Browse files Browse the repository at this point in the history
Fix permission
  • Loading branch information
mattn authored Jun 27, 2022
2 parents 84425c7 + b3f4685 commit eef21a4
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 eef21a4

Please sign in to comment.