Skip to content

Commit

Permalink
Fix push-* recipe ignored (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
bersace authored and madtibo committed Jan 7, 2020
1 parent 17a0837 commit 3c323cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ buster:
cd ../dist; grep changes debianfiles | xargs -I % cp % %.orig
git commit changelog -m "Debianize latest version for $@"

.PHONY: push push-buster push-stretch push-jessie
.PHONY: push
push: push-buster push-stretch push-jessie
push-%:
./push $*
Expand Down

0 comments on commit 3c323cf

Please sign in to comment.