From 4143b422c32f65d9bc06da2c9d25b623197ccb2c Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Fri, 18 Sep 2026 20:44:23 +0200 Subject: Fehlerbehandlung überarbeitet MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index 9fee06a..2a708bf 100644 --- a/makefile +++ b/makefile @@ -1,4 +1,4 @@ all: server server: server.cpp - c++ -Wall -std=c++20 -pedantic -O2 -lfcgi -o $@ $< + c++ -Wall -std=c++20 -pedantic -O2 -o $@ $< -lfcgi -- cgit v1.3