summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormagh <magh@maghmogh.com>2024-09-09 16:33:15 +0900
committermagh <magh@maghmogh.com>2024-09-09 16:33:15 +0900
commit3c78016c8058c11609b377c6070323c650033da1 (patch)
tree679b838041e2202511103dfb7bba583d93d80ed1 /Makefile
parent5d379970cad2f7ea44b628abfa1ed0d5fa290aed (diff)
i changed the makefileHEADmaster
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7e57fad..312771a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-CC = gcc
+CC = gcc --x
CFLAGS = -Wall -Wextra -std=c99
TARGET = weather.c
MANPAGE = weather.1