commit ccdddf69864eb9ac5c10c0f5d58b68df1cf26ea1 from: Omar Polo date: Sun Jul 23 14:21:41 2023 UTC simplify SUBDIR+=cvg handling; ok stsp jamsek commit - 9e0b562498af93589bef778858099a8a1a33e252 commit + ccdddf69864eb9ac5c10c0f5d58b68df1cf26ea1 blob - c2a52245624c2d842802ae06bacb88195aca64ea blob + 04e58218bd0bcb1c6545b97400a903fb87f7a310 --- Makefile +++ Makefile @@ -16,10 +16,8 @@ SUBDIR += lib .include "got-version.mk" -.if "${GOT_RELEASE}" != "Yes" +.if "${GOT_RELEASE}" != "Yes" || make(clean) || make(obj) SUBDIR += cvg -.elif make(clean) || make(obj) -SUBDIR += cvg .endif release: clean