esp-link/mkespfsimage/Makefile

5 lines
98 B

CFLAGS=-I../lib/heatshrink -std=gnu99
mkespfsimage: main.o heatshrink_encoder.o
$(CC) -o $@ $^