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