aboutsummaryrefslogtreecommitdiff
path: root/Semestr 4/sieci/pracownia1/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Semestr 4/sieci/pracownia1/makefile')
-rw-r--r--Semestr 4/sieci/pracownia1/makefile2
1 files changed, 1 insertions, 1 deletions
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)