Skip to content

Commit

Permalink
remove eval in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Jin Liu authored and Jin Liu committed Nov 5, 2019
1 parent 5b64e08 commit 07d0888
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 @@ -15,5 +15,5 @@ build:
go mod tidy
for dir in $(SRC_DIR); \
do \
eval go build $$dir; \
go build $$dir; \
done

0 comments on commit 07d0888

Please sign in to comment.