From: Dave Murphy Date: Tue, 17 Mar 2015 10:42:51 +0000 (+0000) Subject: use python3 X-Git-Tag: v0.5.0~2 X-Git-Url: https://chaos.moe/g/?a=commitdiff_plain;h=653f126065d17636eeb9b52da7fef3bd9bb85030;p=corbenik%2Fctrulib.git use python3 --- diff --git a/examples/gpu/Makefile b/examples/gpu/Makefile index ee6b6e4..19c9ac9 100644 --- a/examples/gpu/Makefile +++ b/examples/gpu/Makefile @@ -161,7 +161,7 @@ $(OUTPUT).elf : $(OFILES) %_vsh.h %.vsh.o : %.vsh #--------------------------------------------------------------------------------- @echo $(notdir $<) - @python $(AEMSTRO)/aemstro_as.py $< ../$(notdir $<).shbin + @python3 $(AEMSTRO)/aemstro_as.py $< ../$(notdir $<).shbin @bin2s ../$(notdir $<).shbin | $(PREFIX)as -o $@ @echo "extern const u8" `(echo $(notdir $<).shbin | sed -e 's/^\([0-9]\)/_\1/' | tr . _)`"_end[];" > `(echo $(notdir $<).shbin | tr . _)`.h @echo "extern const u8" `(echo $(notdir $<).shbin | sed -e 's/^\([0-9]\)/_\1/' | tr . _)`"[];" >> `(echo $(notdir $<).shbin | tr . _)`.h