Skip to content

Commit

Permalink
Fix silly mistake in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
waveform80 committed Jul 27, 2015
1 parent 812c3fc commit 23bd2f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ DIST_TAR=dist/$(NAME)-$(VER).tar.gz
DIST_ZIP=dist/$(NAME)-$(VER).zip
DIST_DEB=dist/python-$(NAME)_$(VER)-1$(DEB_SUFFIX)_armhf.deb \
dist/python3-$(NAME)_$(VER)-1$(DEB_SUFFIX)_armhf.deb \
dist/python-$(NAME)-docs_$(VER)-1$(DEB_SUFFIX)_all.deb
dist/python-$(NAME)-docs_$(VER)-1$(DEB_SUFFIX)_all.deb \
dist/$(NAME)_$(VER)-1$(DEB_SUFFIX)_$(DEB_ARCH).changes
DIST_DSC=dist/$(NAME)_$(VER)-1$(DEB_SUFFIX).tar.gz \
dist/$(NAME)_$(VER)-1$(DEB_SUFFIX).dsc \
Expand Down

0 comments on commit 23bd2f6

Please sign in to comment.