diff options
Diffstat (limited to 'apps/oauth2/Makefile')
-rw-r--r-- | apps/oauth2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/oauth2/Makefile b/apps/oauth2/Makefile index f2bc6292bed..12714c62003 100644 --- a/apps/oauth2/Makefile +++ b/apps/oauth2/Makefile @@ -19,7 +19,7 @@ watch-js: clean: rm -f js/oauth2.js - rm -f js/oauth2.map + rm -f js/oauth2.js.map clean-dev: rm -rf node_modules |