summaryrefslogtreecommitdiffstats
path: root/apps/oauth2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/oauth2/Makefile')
-rw-r--r--apps/oauth2/Makefile25
1 files changed, 0 insertions, 25 deletions
diff --git a/apps/oauth2/Makefile b/apps/oauth2/Makefile
deleted file mode 100644
index 12714c62003..00000000000
--- a/apps/oauth2/Makefile
+++ /dev/null
@@ -1,25 +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/oauth2.js
- rm -f js/oauth2.js.map
-
-clean-dev:
- rm -rf node_modules