aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 306d1dd5..ba99c5c1 100644
--- a/Makefile
+++ b/Makefile
@@ -34,9 +34,11 @@ PO_DIR = $(SRC_BUILD)/sos/po
docs:
make -C docs html man
+.PHONY: build
build:
for d in $(SUBDIRS); do make -C $$d; [ $$? = 0 ] || exit 1 ; done
+.PHONY: install
install:
mkdir -p $(DESTDIR)/usr/sbin
mkdir -p $(DESTDIR)/usr/share/man/man1