aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJan Sucan <jan@jansucan.com>2024-01-20 16:27:03 +0100
committerJán Sučan <jan@jansucan.com>2024-01-20 16:32:39 +0100
commiteba9c5000b1b15ba150366975fedad1613978443 (patch)
tree59122720834f18c8a0cf87840f1890dd80e67ef3 /Makefile
parentc4afa26813cde115e543d82f96bcb89f289d21a6 (diff)
makefile: Move configuration to config.mk
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 1 insertions, 5 deletions
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