mirror of
https://github.com/dynup/kpatch
synced 2025-04-25 12:37:56 +00:00
Makefile: add missing .PHONY targets
This commit is contained in:
parent
0b8a53163d
commit
14706bcd4d
1
Makefile
1
Makefile
@ -6,6 +6,7 @@ INSTALL_DIRS = $(SUBDIRS:%=install-%)
|
|||||||
UNINSTALL_DIRS = $(SUBDIRS:%=uninstall-%)
|
UNINSTALL_DIRS = $(SUBDIRS:%=uninstall-%)
|
||||||
CLEAN_DIRS = $(SUBDIRS:%=clean-%)
|
CLEAN_DIRS = $(SUBDIRS:%=clean-%)
|
||||||
|
|
||||||
|
.PHONY: all install uninstall clean
|
||||||
.PHONY: $(SUBDIRS) $(BUILD_DIRS) $(INSTALL_DIRS) $(CLEAN_DIRS)
|
.PHONY: $(SUBDIRS) $(BUILD_DIRS) $(INSTALL_DIRS) $(CLEAN_DIRS)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user