aboutsummaryrefslogtreecommitdiffstats
path: root/apps/accessibility/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/accessibility/Makefile')
-rw-r--r--apps/accessibility/Makefile26
1 files changed, 0 insertions, 26 deletions
diff --git a/apps/accessibility/Makefile b/apps/accessibility/Makefile
deleted file mode 100644
index fcc49a13421..00000000000
--- a/apps/accessibility/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-all: dev-setup build-js-production
-
-dev-setup: clean clean-dev npm-init
-
-npm-init:
- npm install
-
-npm-update:
- npm update
-
-build-js:
- npm run dev
-
-build-js-production:
- npm run build
-
-watch-js:
- npm run watch
-
-clean:
- rm -f js/accessibility.js
- rm -f js/accessibility.js.map
-
-clean-dev:
- rm -rf node_modules
-