Compare commits

...

1 Commits

Author SHA1 Message Date
cedricAbonnel c0439ba12e
Update makefile
LibTeleinfo.h path have changed
2020-08-27 20:50:04 +02:00
1 changed files with 3 additions and 3 deletions

View File

@ -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