Commit ff4bd66f577cdba65e6b1594e45d395c86745f2b
Fix `make clean` for tests/test-repo-gcno/*
It was incorrectly removing main.{gcda,gcno} there instead of
test-repo-gcno.{gcda,gcno}, likely as a result of a change in GCC.
Author: xaizek
Author date (UTC): 2024-08-08 13:38
Committer name: xaizek
Committer date (UTC): 2024-08-08 13:41
Parent(s): 833f03472289a61552a2c8fdc3eedabf304faa05
Signing key: 99DC5E4DB05F6BE2
Tree: b0f38f36a83d47824f1b3b8b6010e267d210dfca
File |
Lines added |
Lines deleted |
Makefile |
2 |
1 |
File Makefile changed (mode: 100644) (index 9b51bf3..f5a5c41) |
... |
... |
clean: |
248 |
248 |
$(web_temps) \ |
$(web_temps) \ |
249 |
249 |
$(bin) $(webbin) $(out_dir)/tests/tests \ |
$(bin) $(webbin) $(out_dir)/tests/tests \ |
250 |
250 |
tests/test-repo-gcno/test-repo-gcno \ |
tests/test-repo-gcno/test-repo-gcno \ |
251 |
|
tests/test-repo-gcno/main.gcda tests/test-repo-gcno/main.gcno |
|
|
251 |
|
tests/test-repo-gcno/test-repo-gcno.gcda \ |
|
252 |
|
tests/test-repo-gcno/test-repo-gcno.gcno |
252 |
253 |
|
|
253 |
254 |
include $(wildcard $(bin_depends) $(tests_depends) $(web_depends)) |
include $(wildcard $(bin_depends) $(tests_depends) $(web_depends)) |