From eba9c5000b1b15ba150366975fedad1613978443 Mon Sep 17 00:00:00 2001 From: Jan Sucan Date: Sat, 20 Jan 2024 16:27:03 +0100 Subject: makefile: Move configuration to config.mk --- Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c493c37..215ec63 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,4 @@ -PROGRAM_NAME=diff-dd -PROGRAM_VERSION=2.0.0 - -export PROGRAM_NAME -export PROGRAM_VERSION +include config.mk all: $(MAKE) -C src all -- cgit v1.2.3