Skip to main content
Module

x/servest/Makefile

🌾A progressive http server for Deno🌾
Go to Latest
File
_: deno.d.ts tsconfig.json deno.d.ts: deno --types > deno.d.ts tsconfig.json: ./make.sh > tsconfig.json .PHONY: types types: deno -A tools/gen_types.ts deno fmt types/**/*.ts test: deno test -A *_test.ts build: docker build --build-arg DENO_VERSION=`cat .denov` -t servest/site . bench: docker build --build-arg DENO_VERSION=`cat .denov` -t servest/bench -f benchmark/Dockerfile . do-bench: bench docker run -t servest/bench do-std-bench: bench docker run -e TARGET=/servest/benchmark/std_bench.ts -t servest/bench dev: ./tools/dev.ts "site/**/*.ts" "site/**/*.tsx" "site/index.ts" .PHONY: mod.ts mod.ts: deno --allow-read --allow-write ./tools/make_mod.ts