diff --git a/.gitignore b/.gitignore index acf659c..2b0a03b 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,7 @@ *.lo # Linked and compiled binary files (executables) -pulseN_USB +bin/ *.so *.a *.out diff --git a/Makefile.am b/Makefile.am index 69b3f1d..939c2a9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,5 +2,5 @@ CXX = h5c++ AM_LDFLAGS = $(shell pkg-config --libs LimeSuite) -bin_PROGRAMS = limedriver -limedriver_SOURCES = src/limedriver.cpp +bin_PROGRAMS = bin/limedriver +bin_limedriver_SOURCES = src/limedriver.cpp diff --git a/limedriver b/limedriver deleted file mode 100755 index edcce12..0000000 Binary files a/limedriver and /dev/null differ