X-Git-Url: https://the.earth.li/gitweb/?p=esp8266-clock.git;a=blobdiff_plain;f=Makefile;fp=Makefile;h=347b9046bff4c7b34bf7987736eed01192ed235a;hp=29c1392a7e35d4abc710ee613572aaa7d7cbd572;hb=8ecc02cb462cfd4fd0b7510922e7063b65c5795b;hpb=b2ca270099539e4faf40c4b726aa3524390a04f3 diff --git a/Makefile b/Makefile index 29c1392..347b904 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ OBJS = user_main.o clock.o max7219.o ota.o spi.o all: rom0.bin rom1.bin %.bin: %.elf - PATH=$$PATH:$(SDKDIR)/bin esptool.py elf2image $^ --version 2 -o $@ + esptool elf2image $^ --version 2 -o $@ %.elf: $(APP)_app.a $(LD) -T$(basename $@).ld $(LDFLAGS) -Wl,--start-group $(LIBS) $^ -Wl,--end-group -lgcc -o $@