Update Makefile add more

fc-l
Alan Johnston 11 months ago committed by GitHub
parent daffd7eda7
commit a0568b22a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -43,7 +43,7 @@ cubesatsim: afsk/ax5043.o
cubesatsim: TelemEncoding.o
cubesatsim: main.o
cubesatsim: codecAO40.o
g++ -std=c++14 $(DEBUG_BEHAVIOR) -o cubesatsim -Wall -Wextra -L./ -L/usr/local/lib/ -I/usr/local/include/ afsk/ax25.o afsk/ax5043.o TelemEncoding.o codecAO40.o main.o -lwiringPi -lax5043 -lm -lfuncube -lpthread
g++ -std=c++14 $(DEBUG_BEHAVIOR) -o cubesatsim -Wall -Wextra -L./ -L/usr/local/lib/ -I/usr/local/include/ afsk/ax25.o afsk/ax5043.o TelemEncoding.o codecAO40.o main.o -lwiringPi -lax5043 -lm -lfuncube -lpthread -lrt -fPIC
telem: telem.o
gcc -std=gnu99 $(DEBUG_BEHAVIOR) -o telem -Wall -Wextra -L./ telem.o -lwiringPi

Loading…
Cancel
Save

Powered by TurnKey Linux.