Download raw body.
makefile: simplify cvg' SUBDIR if/elif
objections?
diff /home/op/w/got
commit - 9e0b562498af93589bef778858099a8a1a33e252
path + /home/op/w/got
blob - c2a52245624c2d842802ae06bacb88195aca64ea
file + Makefile
--- 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
makefile: simplify cvg' SUBDIR if/elif