Skip to content

Commit

Permalink
Fix bin copy rule (was always copying src/date/date)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sigmanificient committed Apr 19, 2024
1 parent 747d814 commit 9ae87ba
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 @@ -40,7 +40,7 @@ all: $(BINS-COPY)

$(BINS-COPY): $(BINARIES)
@ mkdir -p $(dir $@)
$Q cp $< $@
$Q cp src/$(notdir $@)/$(notdir $@) $@

$(BINARIES):
$(call make-rule, $(dir $@), $(notdir $@))
Expand Down

0 comments on commit 9ae87ba

Please sign in to comment.