Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Makefile: remove python3 explicit call
  • Loading branch information
perexg committed Nov 12, 2014
1 parent 1a97e86 commit 8fca502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -83,7 +83,7 @@ BUNDLE_FLAGS = ${BUNDLE_FLAGS-yes}
# Binaries/Scripts
#

MKBUNDLE = $(PYTHON)3 $(ROOTDIR)/support/mkbundle
MKBUNDLE = $(PYTHON) $(ROOTDIR)/support/mkbundle

#
# Debug/Output
Expand Down

0 comments on commit 8fca502

Please sign in to comment.