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:
|
||||
node esbuild.config.mjs
|
||||
|
||||
|
|
@ -18,5 +10,4 @@ version:
|
|||
git add manifest.json versions.json
|
||||
|
||||
clean:
|
||||
# rm -f *.js
|
||||
rm -rf $(OUT_DIR)
|
||||
rm -rf main.js
|
||||
Loading…
Add table
Add a link
Reference in a new issue