Remove parts of the makefile that aren't needed
This commit is contained in:
parent
59ad8b83a1
commit
ec8ba1aacf
1 changed files with 1 additions and 10 deletions
11
makefile
11
makefile
|
|
@ -1,11 +1,3 @@
|
||||||
.PHONY: dev release clean
|
|
||||||
|
|
||||||
OUT_DIR=dist
|
|
||||||
ENTRYPOINT=main.js
|
|
||||||
|
|
||||||
RELEASE_SCRIPT=utils/release.py
|
|
||||||
|
|
||||||
|
|
||||||
dev:
|
dev:
|
||||||
node esbuild.config.mjs
|
node esbuild.config.mjs
|
||||||
|
|
||||||
|
|
@ -18,5 +10,4 @@ version:
|
||||||
git add manifest.json versions.json
|
git add manifest.json versions.json
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
# rm -f *.js
|
rm -rf main.js
|
||||||
rm -rf $(OUT_DIR)
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue