diff options
| author | Jan Sucan <jan@jansucan.com> | 2024-01-20 16:27:03 +0100 |
|---|---|---|
| committer | Ján Sučan <jan@jansucan.com> | 2024-01-20 16:32:39 +0100 |
| commit | eba9c5000b1b15ba150366975fedad1613978443 (patch) | |
| tree | 59122720834f18c8a0cf87840f1890dd80e67ef3 /config.mk | |
| parent | c4afa26813cde115e543d82f96bcb89f289d21a6 (diff) | |
makefile: Move configuration to config.mk
Diffstat (limited to 'config.mk')
| -rw-r--r-- | config.mk | 5 |
1 files changed, 5 insertions, 0 deletions
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 |
