Added heatshrink encoding to mkespfsimage. No decoding routines yet.

This commit is contained in:
Jeroen Domburg
2014-10-11 22:15:37 +02:00
parent d8b0575d2f
commit f9561b153d
7 changed files with 115 additions and 16 deletions
+3 -2
View File
@@ -1,4 +1,5 @@
CFLAGS=-I../lib/heatshrink -std=gnu99
mkespfsimage: main.o
$(CC) -o mkespfsimage $<
mkespfsimage: main.o heatshrink_encoder.o
$(CC) -o $@ $^