1 parent 200640a commit 736ca8eCopy full SHA for 736ca8e
4 files changed
Makefile
@@ -2,10 +2,10 @@
2
3
ENGINE_SOURCE = js/engine/* js/util/*
4
5
-all :clean build cat_min
+all :format clean build cat_min
6
build:temp/ChickenPaint.js
7
cat_min:chickenpaint/js/chickenpaint.min.js
8
-dev: clean_dist dist/index.html
+dev: format clean_dist dist/index.html
9
format:
10
npx prettier --write "js/**/*.js"
11
ifdef OSASCRIPT
0 commit comments