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 --- config.mk | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 config.mk (limited to 'config.mk') diff --git a/config.mk b/config.mk new file mode 100644 index 0000000..b993552 --- /dev/null +++ b/config.mk @@ -0,0 +1,5 @@ +PROGRAM_NAME = diff-dd +PROGRAM_VERSION = 2.0.0 + +CC=g++ +CFLAGS=-Wall -fmax-errors=2 -- cgit v1.2.3