Skip to content

Commit

Permalink
Makefile: don't build docs by default
Browse files Browse the repository at this point in the history
Signed-off-by: Josef 'Jeff' Sipek <[email protected]>
  • Loading branch information
jeffpc committed Jul 17, 2011
1 parent 3352b3f commit 066576e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ OSFILES = $(filter-out $(wildcard *~),$(wildcard os.*))
SCRIPTS = $(filter-out $(wildcard *~),$(wildcard guilt-*))

.PHONY: all
all: doc
all:
@echo "Nothing to build, it is all bash :)"
@echo "Try make install"

Expand Down

0 comments on commit 066576e

Please sign in to comment.