miller/Makefile
Ben Ranker fdd6ac5a6c Don't make docs by default
Docs require checkout and manual install of a tool provided by the
original author. It looks simple, but I don't really want to get into
it.
2015-08-16 12:58:06 -04:00

7 lines
82 B
Makefile

all: c
c: .always
make -C c install
doc: .always
cd doc && poki
.always:
@true