]> diplodocus.org Git - nmh/blob - docs/historical/mh-nov-1983/Makefile
Removed --depth 1 from git clone invocation.
[nmh] / docs / historical / mh-nov-1983 / Makefile
1 # %M% %I% %E%
2 #
3 DESTDIR=
4
5 all:
6 cd cmds; make ${MFLAGS}
7
8 install: all
9 cd cmds; make DESTDIR=${DESTDIR} install
10 cd man; make DESTDIR=${DESTDIR} install
11
12 clean:
13 cd cmds; make ${MFLAGS} clean