diff options
Diffstat (limited to 'uhd_b200_test/Makefile')
-rw-r--r-- | uhd_b200_test/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/uhd_b200_test/Makefile b/uhd_b200_test/Makefile new file mode 100644 index 0000000..c9dda31 --- /dev/null +++ b/uhd_b200_test/Makefile @@ -0,0 +1,2 @@ +all: + g++ -Wall -luhd -lboost_system test.cpp -o test |