diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,5 @@ +.PHONY: all query ts-build ts-clean valgrind tests format clean + TARGET = crep SOURCES = $(wildcard *.c *.h) TS_ALIBS = $(shell find vendor -name "*.a" -print) @@ -42,6 +44,9 @@ ts-clean: valgrind: valgrind -s --leak-check=full ./$(TARGET) +tests: $(TARGET) + sh tests.sh + format: clang-format -i *.c *.h |
