From 131b1ebd78bc3e9f87376e3832846f9983779271 Mon Sep 17 00:00:00 2001 From: Patrick Schleizer Date: Tue, 23 Jul 2019 01:29:20 +0000 Subject: [PATCH] simplify genmkfile appendix --- Makefile | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/Makefile b/Makefile index 4046701..9a0431a 100644 --- a/Makefile +++ b/Makefile @@ -120,18 +120,11 @@ clean: .PHONY: clean tidy -## genmkfile - Makefile - version 1.5 - -## This is a copy. -## master location: -## https://github.com/Whonix/genmkfile/blob/master/usr/share/genmkfile/Makefile - +## genmkfile +## https://github.com/Whonix/genmkfile GENMKFILE_PATH := $(strip $(wildcard /usr/share/genmkfile)) GENMKFILE_ROOT_DIR := $(dir $(abspath $(lastword $(MAKEFILE_LIST)))) - export GENMKFILE_PATH export GENMKFILE_ROOT_DIR - -include $(GENMKFILE_PATH)/makefile-full - ## end genmkfile