branch: externals/window-commander commit 6e036789afa5a4ee1a53d84fa245e8a1d1e7bad4 Author: Daniel Semyonov <cm...@dsemy.com> Commit: Daniel Semyonov <cm...@dsemy.com>
; Small Makefile modifications --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 79bfdaa7b7..a8728245c5 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ include config.mk -.PHONY: info package clean +.PHONY: all help info package clean .SUFFIXES: .texi .info -all: package +all: clean package help: $(info make info - generate the info manual)