aboutsummaryrefslogtreecommitdiff
path: root/Semestr 4/sieci
diff options
context:
space:
mode:
authorFranciszek Malinka <franciszek.malinka@gmail.com>2021-04-08 15:00:33 +0200
committerFranciszek Malinka <franciszek.malinka@gmail.com>2021-04-08 15:00:33 +0200
commit2f83962f1799e94c8108c575d1c0d35868b06c4e (patch)
tree9ef3e16d3e80c8e44e93694e262199d8d5e6e7dc /Semestr 4/sieci
parentf64f7de412dd06affb0670831bdd117bde33a192 (diff)
Pracownia 4 aisd
Diffstat (limited to 'Semestr 4/sieci')
-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)