diff options
Diffstat (limited to 'tests/config.mk')
| -rw-r--r-- | tests/config.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/config.mk b/tests/config.mk new file mode 100644 index 0000000..4b51d37 --- /dev/null +++ b/tests/config.mk | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | BUILD_DIR=../build | ||
| 2 | CFLAGS=-Wall -Wextra -Wsign-compare -Wsign-conversion -pedantic -std=c99 -O2 -I../lib/include | ||
| 3 | LDFLAGS=-L$(BUILD_DIR) -lcsv | ||
