mirror of
https://github.com/nqrduck/LimeDriver.git
synced 2024-11-25 11:32:27 +00:00
Fix output binary name in sample compilation command
This commit is contained in:
parent
d209b877a2
commit
f63b9360ae
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ LimeSuite
|
||||||
HDF5 library
|
HDF5 library
|
||||||
|
|
||||||
compilation:
|
compilation:
|
||||||
g++ limedriver.cpp -std=c++11 $(pkg-config --cflags --libs LimeSuite) -o pulseN_USB \
|
g++ limedriver.cpp -std=c++11 $(pkg-config --cflags --libs LimeSuite) -o limedriver \
|
||||||
$(h5c++ -show)
|
$(h5c++ -show)
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue