diff --git a/examples/gpu/Makefile b/examples/gpu/Makefile index 568eda2..1e0d7bf 100644 --- a/examples/gpu/Makefile +++ b/examples/gpu/Makefile @@ -161,7 +161,7 @@ $(OUTPUT).elf : $(OFILES) %.vsh.o : %.vsh #--------------------------------------------------------------------------------- @echo $(notdir $<) - @python $(AEMSTRO)/aemstro_as.py $< ../$(notdir $<).shbin + @python3 $(AEMSTROPATH)/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