slcl/doc/Makefile

9 lines
95 B
Makefile

.POSIX:
PREFIX = /usr/local
all:
install: all
+cd man1 && $(MAKE) PREFIX=$(PREFIX) install