Skip to content

Commit 4cb6e49

Browse files
committed
Makefile: Add targets to .PHONY
Signed-off-by: Lukáš Doktor <ldoktor@redhat.com>
1 parent 0a2e1b1 commit 4cb6e49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,6 @@ clean:
8686
find . -name '*.pyc' -delete
8787
find . -name '__pycache__' -delete
8888

89-
90-
.PHONY: source install clean
89+
.PHONY: all source source-release install develop pypi check clean \
90+
build-deb-src build-deb-bin build-deb-all srpm rpm srpm-release rpm-release prepare-source
9191

0 commit comments

Comments
 (0)