diff options
Diffstat (limited to 'tests/unit/Makefile')
-rw-r--r-- | tests/unit/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/unit/Makefile b/tests/unit/Makefile index 76f815e..c72eb48 100644 --- a/tests/unit/Makefile +++ b/tests/unit/Makefile @@ -80,4 +80,5 @@ build-error-checks: test_errors.c $(SRCS_ERROR) $(HEADERS_ERROR) test-error-checks: build-error-checks ./error_checks clean: - rm -f operations op-call filter filter-build + rm -f operations op-call filter \ + filter-build error_checks |