aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2022-01-30 13:35:45 +0000
committerOmar Polo <op@omarpolo.com>2022-01-30 13:35:45 +0000
commit135307cfb08ed0e3b3ecadc2fde0e13643c5265a (patch)
treed07532f5a302d449fcbe7f687eb7e557f745981b /Makefile
parentd78dbe8db5744bbc37bbbb1c19c9a1fd8cbc055b (diff)
install gg too
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9d0769e..443e964 100644
--- a/Makefile
+++ b/Makefile
@@ -37,7 +37,9 @@ install: gmid
mkdir -p ${DESTDIR}${BINDIR}
mkdir -p ${DESTDIR}${MANDIR}/man1
${INSTALL_PROGRAM} gmid ${DESTDIR}${BINDIR}
+ ${INSTALL_PROGRAM} gg ${DESTDIR}${BINDIR}
${INSTALL_MAN} gmid.1 ${DESTDIR}${MANDIR}/man1
+ ${INSTALL_MAN} gg.1 ${DESTDIR}${MANDIR}/man1
compile_flags.txt:
printf "%s\n" ${CFLAGS} > compile_flags.txt