Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
scriptmaster authored Jul 15, 2022
1 parent 5220740 commit dc626e0
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
@@ -1,7 +1,7 @@
all: build install

build:
deno compile -A --unstable paddle.ts
deno compile -A paddle.ts

install:
cp -R paddle.exe ~/.deno/bin/paddle.exe

0 comments on commit dc626e0

Please sign in to comment.