On-the-fly heatshrink decoding now works.
This commit is contained in:
+2
-2
@@ -1,10 +1,10 @@
|
||||
CFLAGS=-I../lib/heatshrink -I../user -I../include -std=gnu99
|
||||
|
||||
espfs.o: espfs.c ../user/espfs.c
|
||||
|
||||
espfstest: main.o espfs.o heatshrink_decoder.o
|
||||
$(CC) -o $@ $^
|
||||
|
||||
espfs.o: espfs.c ../user/espfs.c
|
||||
|
||||
|
||||
clean:
|
||||
rm -f *.o espfstest
|
||||
|
||||
Reference in New Issue
Block a user