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 /src | |
| parent | c4afa26813cde115e543d82f96bcb89f289d21a6 (diff) | |
makefile: Move configuration to config.mk
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile index 7aa7e25..2f6ec09 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,5 +1,4 @@ -CC=g++ -CFLAGS=-Wall -fmax-errors=2 +include ../config.mk SOURCES=*.cpp HEADERS=*.h |
