We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39477f1 commit f251a1cCopy full SHA for f251a1c
GNUmakefile
@@ -78,7 +78,8 @@ mmv1:
78
tpgtools: serialize
79
@echo "Executing tpgtools build for $(OUTPUT_PATH)";
80
@cd tpgtools;\
81
- go run . --output $(OUTPUT_PATH) --version $(VERSION) $(tpgtools_compile)
+ go run . --output $(OUTPUT_PATH) --version $(VERSION) $(tpgtools_compile); \
82
+ rm serialization.go
83
84
clean-provider: check_safe_build
85
@if [ -n "$(PRODUCT)" ]; then \
0 commit comments