From c0439ba12e4ef2984d312ea5cfd1a64ab12d78e7 Mon Sep 17 00:00:00 2001 From: cedricAbonnel <64610571+cedricAbonnel@users.noreply.github.com> Date: Thu, 27 Aug 2020 20:50:04 +0200 Subject: [PATCH] Update makefile LibTeleinfo.h path have changed --- examples/Raspberry_JSON/makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/Raspberry_JSON/makefile b/examples/Raspberry_JSON/makefile index 1b7e814..736deea 100644 --- a/examples/Raspberry_JSON/makefile +++ b/examples/Raspberry_JSON/makefile @@ -6,8 +6,8 @@ CFLAGS=-DRASPBERRY_PI all: raspjson # ===== Compile -LibTeleinfo.o: ../../LibTeleinfo.cpp - $(CC) $(CFLAGS) -c ../../LibTeleinfo.cpp +LibTeleinfo.o: ../../src/LibTeleinfo.cpp + $(CC) $(CFLAGS) -c ../../src/LibTeleinfo.cpp raspjson.o: raspjson.cpp $(CC) $(CFLAGS) -c raspjson.cpp @@ -18,4 +18,4 @@ raspjson: raspjson.o LibTeleinfo.o clean: rm -f *.o raspjson - \ No newline at end of file +