diff --git a/.gitignore b/.gitignore index 5b6671e..426ccac 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,9 @@ data data1 data_perf_vel_study midi_record +cur +old + .deps autom4te.cache diff --git a/Makefile.am b/Makefile.am index f4bfeec..3149fe8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -22,8 +22,8 @@ AM_LDFLAGS = # debug/release switches if DEBUG AM_CFLAGS += -g - # -Wextra -Werror -Wconversion -fsanitize=address - AM_CXXFLAGS += -g -Wall -fsanitize=undefined + # -Wextra -Werror -Wconversion -fsanitize=address -lasan -fsanitize=thread + AM_CXXFLAGS += -g -Wall -Wextra -Wno-unused -fsanitize=undefined else AM_CFLAGS += -O3 AM_CXXFLAGS += -O3 @@ -84,7 +84,7 @@ if cwWEBSOCK src_cwtest_cwtest_LDADD += -lwebsockets endif -src_cwtest_cwtest_LDADD += -lsatlas +# src_cwtest_cwtest_LDADD += -lsatlas # src_cwtest_cwtest_CPPFLAGS = -I$(srcdir)/src/libcw $(AM_CPPFLAGS) bin_PROGRAMS += src/cwtest/cwtest diff --git a/README.md b/README.md index d3c8e03..06bbbc7 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,159 @@ -libcw Testing and Development App +# libcw Testing and Development App + +Command line: +``` +cwtest