Skip to content

Commit

Permalink
Makefile: bundles is not PHONY
Browse files Browse the repository at this point in the history
This was changed recently so that the bundles target is always run, but
`mkdir bundles` fails when bundles exists...

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
  • Loading branch information
cpuguy83 committed May 3, 2024
1 parent a73e63c commit 72eb615
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ dynbinary: bundles ## build dynamically linked linux binaries
cross: bundles ## cross build the binaries
$(BAKE_CMD) binary-cross

.PHONY: bundles
bundles:
mkdir bundles

Expand Down

0 comments on commit 72eb615

Please sign in to comment.