Skip to content

Commit f251a1c

Browse files
authored
Clean up serialization.go after build completes (#15251)
1 parent 39477f1 commit f251a1c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

GNUmakefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@ mmv1:
7878
tpgtools: serialize
7979
@echo "Executing tpgtools build for $(OUTPUT_PATH)";
8080
@cd tpgtools;\
81-
go run . --output $(OUTPUT_PATH) --version $(VERSION) $(tpgtools_compile)
81+
go run . --output $(OUTPUT_PATH) --version $(VERSION) $(tpgtools_compile); \
82+
rm serialization.go
8283

8384
clean-provider: check_safe_build
8485
@if [ -n "$(PRODUCT)" ]; then \

0 commit comments

Comments
 (0)