aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPA4WDH2024-08-25 16:57:08 +0200
committerPA4WDH2024-08-25 16:57:08 +0200
commitda347a996939a8fe7277d180d0098094332e63d7 (patch)
treedce4dfcca60fadf10ed464bbc1cde27fc8db0d6b /Makefile
parentSmall bugfix in sensor autodetection when -P is used (diff)
downloadcputemp2maxfreq-da347a996939a8fe7277d180d0098094332e63d7.tar.gz
cputemp2maxfreq-da347a996939a8fe7277d180d0098094332e63d7.tar.bz2
cputemp2maxfreq-da347a996939a8fe7277d180d0098094332e63d7.zip
Add -Wall -Werror and fix warnings
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 737dfa7..ccbcac1 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,6 @@
+CC=gcc
+CFLAGS=-Wall -Werror
+
cputemp2maxfreq: version.o debug.o sysfs.o cpufreq.o failsafe.o argparse.o logger.o cputemp.o cpulist.o
version.h: generate_version_h.sh .git/index