@@ -0,0 +1,10 @@
.PHONY: build clean run
build:
@echo "Building..."
deno compile --allow-all --output ./videnc ./src/main.ts
clean:
@echo "Cleaning..."
rm -f ./videnc
The note is not visible to the blocked user.