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 --- src/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/Makefile') 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 -- cgit v1.2.3