aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2013-10-26 19:31:49 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2013-10-26 19:31:49 +0200
commit91052dfc0d9e23b2baf499f6c5aab21b1544a236 (patch)
tree7906e76ef0cde2f27c0b3a6003ee751529df7f91 /Makefile
parent0a48ad9f4a9382627f270065c6f756351474b7a8 (diff)
downloadapp.sh-91052dfc0d9e23b2baf499f6c5aab21b1544a236.tar.gz
app.sh-91052dfc0d9e23b2baf499f6c5aab21b1544a236.tar.bz2
app.sh-91052dfc0d9e23b2baf499f6c5aab21b1544a236.tar.xz
app.sh-91052dfc0d9e23b2baf499f6c5aab21b1544a236.zip
o Adding a man page on internals.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 49a1896..edf76c8 100644
--- a/Makefile
+++ b/Makefile
@@ -18,11 +18,11 @@ test: $(TESTS)
.PHONY: test
clean:
- @make -C docs clean
+ @make -s -C docs clean
.PHONY: clean
docs:
- @make -C docs
+ @make -s -C docs
.PHONY: docs
define set_header