Skip to content

Commit

Permalink
Fix /m build
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Sep 6, 2024
1 parent 4ee63fc commit 347ce43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions www/m/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ dist release: node_modules
mkdir -p ../../dist/m
cp -f index.html ../../dist/m/index.html
cp -rf css ../../dist/m
$(shell npm bin)/webpack-cli -o $$PWD/www/ $$PWD/js/app.js
$(shell npm bin)/gulp release
npx webpack-cli -o $$PWD/www/ $$PWD/js/app.js
npx gulp release
cp $$PWD/www/* ../../dist/m/.
rm -f $(DISTZIP)
cd ../../dist && ls -la && zip -r $(DISTZIP) m
Expand Down

0 comments on commit 347ce43

Please sign in to comment.