logo

utils

~/.local/bin tools and git-hooks git clone https://hacktivis.me/git/utils.git

Makefile (395B)


  1. # SPDX-FileCopyrightText: 2017-2022 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
  2. # SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only
  3. include config.mk
  4. include ../config.mk
  5. include ../Makefile.common
  6. .PHONY: lint
  7. lint:
  8. :
  9. install:
  10. mkdir -p ${DESTDIR}${SBINDIR}/
  11. cp -p memsys ${DESTDIR}${SBINDIR}/
  12. chown 0:0 ${DESTDIR}${SBINDIR}/memsys
  13. chmod 4755 ${DESTDIR}${SBINDIR}/memsys