Makefile

changeset 783
7ca8cf155489
parent 779
e9611e4d0213
child 791
945ee9bf2dd1
     1.1 --- a/Makefile	Sat Dec 30 14:32:42 2023 +0100
     1.2 +++ b/Makefile	Sat Dec 30 14:58:06 2023 +0100
     1.3 @@ -57,6 +57,8 @@
     1.4  	@cd src && $(MAKE) static
     1.5  
     1.6  check: all
     1.7 +	$(RMFILE) $(build_dir)/*.gcda
     1.8 +	$(RMFILE) $(build_dir)/tests/*.gcda
     1.9  	$(build_dir)/tests/ucxtest
    1.10  
    1.11  check-coverage: FORCE

mercurial