Skip to content

Commit

Permalink
chore(worker): no clean before build (#4851)
Browse files Browse the repository at this point in the history
  • Loading branch information
yesnault authored and richardlt committed Dec 31, 2019
1 parent 51295c7 commit 75a1d44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/worker/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ clean:
rm $$profile; \
done;

build: clean $(TARGET_DIR)
build: $(TARGET_DIR)
@for GOOS in $(TARGET_OS); do \
for GOARCH in $(TARGET_ARCH); do \
if go tool dist list | grep "$$GOOS" | grep "$$GOARCH" > /dev/null; then \
Expand Down

0 comments on commit 75a1d44

Please sign in to comment.