Skip to content

Commit

Permalink
add debug to filename
Browse files Browse the repository at this point in the history
Signed-off-by: LEI WANG <[email protected]>
  • Loading branch information
ssst0n3 committed Dec 16, 2024
1 parent 05d874d commit e130bac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ index 31a06d6..0381ffb 100644
binaries: cmds
ifneq ($(PREFIX),)
-cmd-%: COMMAND_BUILD_OPTIONS = -o $(PREFIX)/$(*)
+cmd-%: COMMAND_BUILD_OPTIONS = -o $(PREFIX)/$(*)-v1.16.1
+cmd-%: COMMAND_BUILD_OPTIONS = -o $(PREFIX)/$(*)-debug-v1.16.1
endif
cmds: $(CMD_TARGETS)

Expand Down

0 comments on commit e130bac

Please sign in to comment.