Skip to content

Commit

Permalink
Add build to .PHONY targets
Browse files Browse the repository at this point in the history
  • Loading branch information
shonfeder committed May 29, 2021
1 parent 2441975 commit dc03372
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 @@ -3,7 +3,7 @@
#
# @file

.PHONY: test
.PHONY: test build

build:
dune build
Expand Down

0 comments on commit dc03372

Please sign in to comment.