6 lines
98 B
Makefile
6 lines
98 B
Makefile
|
|
CFLAGS=-I../lib/heatshrink -std=gnu99
|
|
|
|
mkespfsimage: main.o heatshrink_encoder.o
|
|
$(CC) -o $@ $^
|