Your ROOT_URL in app.ini is https://source.parasitstudio.de:63000/ but you are visiting https://source.parasitstudio.de/wirtz/esp-link/src/commit/b816dbc497c72605dbc8365a077d9c0e99e0de27/espfs/espfstest/Makefile
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
CFLAGS=-I../../lib/heatshrink -I.. -std=gnu99 -DESPFS_HEATSHRINK
|
|
|
|
espfstest: main.o espfs.o heatshrink_decoder.o
|
|
$(CC) -o $@ $^
|
|
|
|
espfs.o: ../espfs.c
|
|
$(CC) $(CFLAGS) -c $^ -o $@
|
|
|
|
heatshrink_decoder.o: ../heatshrink_decoder.c
|
|
$(CC) $(CFLAGS) -c $^ -o $@
|
|
|
|
clean:
|
|
rm -f *.o espfstest
|
|
|