From 2f83962f1799e94c8108c575d1c0d35868b06c4e Mon Sep 17 00:00:00 2001 From: Franciszek Malinka Date: Thu, 8 Apr 2021 15:00:33 +0200 Subject: Pracownia 4 aisd --- Semestr 4/sieci/pracownia1/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Semestr 4/sieci/pracownia1') diff --git a/Semestr 4/sieci/pracownia1/makefile b/Semestr 4/sieci/pracownia1/makefile index 5da00f4..3c48d74 100644 --- a/Semestr 4/sieci/pracownia1/makefile +++ b/Semestr 4/sieci/pracownia1/makefile @@ -1,5 +1,5 @@ CC=gcc -CFLAGS=-std=c17 -D_GNU_SOURCE -O2 -Wall -Wextra +CFLAGS=-std=gnu17 -O2 -Wall -Wextra TARGET=traceroute all: $(TARGET) -- cgit v1.2.3