Skip to content

Commit

Permalink
Fix bdist generation
Browse files Browse the repository at this point in the history
  • Loading branch information
svpcom committed Dec 17, 2018
1 parent f34ac08 commit 5fd2dea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ deb: all_bin env
./env/bin/python ./setup.py --command-packages=stdeb.command bdist_deb
rm -rf wifibroadcast.egg-info/ wifibroadcast-$(VERSION).tar.gz

bdist: all_bin env
bdist: all_bin
rm -rf dist
./env/bin/python ./setup.py bdist --plat-name linux-$(ARCH)
python ./setup.py bdist --plat-name linux-$(ARCH)
rm -rf wifibroadcast.egg-info/

clean:
Expand Down

0 comments on commit 5fd2dea

Please sign in to comment.