commit 163d9376314560df59e70f74706fb42147f27337 from: Stefan Sperling via: Thomas Adam date: Thu Jan 19 16:33:26 2023 UTC add gotd regress gotd.conf to CLEANFILES to remove it during 'make clean' commit - 61aa7f30dd0e34ef7dca26e543da8393c352641b commit + 163d9376314560df59e70f74706fb42147f27337 blob - af62270eac97585fd2c25fe84f7394ea0f036e99 blob + 43f08a42a8c29c7ff51d53a6167ba9fdd8ff9e37 --- regress/gotd/Makefile +++ regress/gotd/Makefile @@ -5,6 +5,7 @@ REGRESS_TARGETS=test_repo_read test_repo_read_group \ test_repo_read_bad_user test_repo_read_bad_group \ test_repo_write test_repo_write_empty test_request_bad NOOBJ=Yes +CLEANFILES=gotd.conf .PHONY: ensure_root prepare_test_repo check_test_repo start_gotd