Added espfs.c testbed code

This commit is contained in:
Jeroen Domburg
2014-10-13 11:46:11 +02:00
parent f9561b153d
commit 664ae3c617
4 changed files with 81 additions and 0 deletions
+10
View File
@@ -0,0 +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 $@ $^
clean:
rm -f *.o espfstest