Skip to content

Commit

Permalink
fix PHONY
Browse files Browse the repository at this point in the history
  • Loading branch information
dklimpel committed Jul 6, 2024
1 parent f6ece8b commit 950ce5e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ centos7-32: build
wheezy-32: build
$(info INFO: Starting build $@)
cd integration-tests/ && ./test.sh wheezy 386
.PHONY: bookworm
.PHONY: bookworm-32
bookworm-32: build
$(info INFO: Starting build $@)
cd integration-tests/ && ./test.sh bookworm 386
Expand All @@ -127,6 +127,7 @@ centos7: build
wheezy: build
$(info INFO: Starting build $@)
cd integration-tests/ && ./test.sh wheezy amd64
.PHONY: bookworm
bookworm: build
$(info INFO: Starting build $@)
cd integration-tests/ && ./test.sh bookworm amd64
Expand Down

0 comments on commit 950ce5e

Please sign in to comment.