Skip to content

Commit

Permalink
Merge pull request kata-containers#1806 from amshinde/make-shimv2
Browse files Browse the repository at this point in the history
shimv2: Make shimv2 in case any source files change
  • Loading branch information
jodh-intel authored Jun 24, 2019
2 parents ed693fe + b489bbd commit 829ac72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ GENERATED_FILES += $(CLI_DIR)/config-generated.go
$(TARGET_OUTPUT): $(SOURCES) $(GENERATED_FILES) $(MAKEFILE_LIST) | show-summary
$(QUIET_BUILD)(cd $(CLI_DIR) && go build $(BUILDFLAGS) -o $@ .)

$(SHIMV2_OUTPUT):
$(SHIMV2_OUTPUT): $(SOURCES) $(GENERATED_FILES) $(MAKEFILE_LIST)
$(QUIET_BUILD)(cd $(SHIMV2_DIR)/ && go build -i -o $@ .)

.PHONY: \
Expand Down

0 comments on commit 829ac72

Please sign in to comment.