Skip to content

Commit

Permalink
Merge pull request #323 from atc0005/fix-packages-makefile-recipe
Browse files Browse the repository at this point in the history
Fix `packages` Makefile recipe
  • Loading branch information
atc0005 authored May 1, 2024
2 parents 1c7b67c + e920104 commit 6bc9674
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 @@ -669,7 +669,7 @@ linux-links: linux-x86-links linux-x64-links

.PHONY: packages-stable
## packages-stable: generates "stable" release series DEB and RPM packages
packages-stable:
packages-stable: linux-x64-build

@echo
@echo Generating stable release series packages ...
Expand Down

0 comments on commit 6bc9674

Please sign in to comment.