diff options
author | Omar Polo <op@omarpolo.com> | 2022-07-04 09:52:44 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2022-07-04 09:52:44 +0000 |
commit | a3ebbccb8eda291462423682348e7031fb77a454 (patch) | |
tree | 8dddc1d2d2d940ef8d3e012cb589715171fc493c /Makefile | |
parent | a555e0d67baef271ffe4a186326ee5f1c16fff75 (diff) |
the install target ought to depend on gg too
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,7 +35,7 @@ test: regress regress: all ${MAKE} 'TESTS=${TESTS}' -C regress all -install: gmid +install: gmid gg mkdir -p ${DESTDIR}${BINDIR} mkdir -p ${DESTDIR}${MANDIR}/man1 mkdir -p ${DESTDIR}${MANDIR}/man5 |