diff options
author | Cem Keylan <cem@ckyln.com> | 2020-09-18 17:40:46 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-09-18 17:40:46 +0300 |
commit | 013282abdc4dc1263f58f3536425749b736aa972 (patch) | |
tree | 8b6003dc057cf800f2cce63773d72fee1f5eed96 /Makefile | |
parent | 24b85d85fbf51e3d5f7bb4d4e5f508753e33990c (diff) | |
download | docs-013282abdc4dc1263f58f3536425749b736aa972.tar.gz |
Makefile: update
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -10,6 +10,7 @@ TEXI = contribution.texi cpt.texi init.texi install.texi top.texi OBJ = carbslinux.info carbslinux.txt all: ${OBJ} + @echo run \'make install\' if you want to install the docs. clean: rm -f ${OBJ} ${TARBALL}.tar.gz |