From dc626e0146c3fba0e39e004689c1c5436d5c266c Mon Sep 17 00:00:00 2001 From: ScriptMaster Date: Sat, 16 Jul 2022 05:16:37 +0530 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a5a0368..4ff33c6 100644 --- a/Makefile +++ b/Makefile @@ -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