summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorOskar <[email protected]>2024-05-11 14:53:25 +0200
committerOskar <[email protected]>2024-05-11 14:53:25 +0200
commit2bd0c8f5983e954b25ad9b603229e84d675946b8 (patch)
tree6498f474801ec477ec1b9ff766ebc992b71250dd /Makefile
parentae64013ed9550a9ca2fd555068388125a0b05e79 (diff)
readme
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 0b4e7c0..f03a4a1 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
-CC=egcc
+CC=cc
CFLAGS_TESTBIN=-O3 -Wfatal-errors -Wall -Werror -Wextra -g -Wpedantic -std=c99
-CFLAGS=-O3 -flto -march=native -DNDEBUG -fomit-frame-pointer -s -std=gnu99
+CFLAGS=-O3 -flto -march=native -DNDEBUG -fomit-frame-pointer -s -std=c99
TARGET1=s_linkedlist
TARGET2=d_linkedlist
TARGET3=cs_linkedlist