9 lines
74 B
Makefile
9 lines
74 B
Makefile
|
build:
|
||
|
bun build.ts
|
||
|
|
||
|
clean:
|
||
|
rm -r static/js/*
|
||
|
|
||
|
test:
|
||
|
bun test
|