miller/Makefile
Ben Ranker 7049f6b8ed make should not install
`make install` should install.
2015-08-16 12:59:55 -04:00

9 lines
114 B
Makefile

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