diff options
author | PA4WDH | 2024-08-25 16:57:08 +0200 |
---|---|---|
committer | PA4WDH | 2024-08-25 16:57:08 +0200 |
commit | da347a996939a8fe7277d180d0098094332e63d7 (patch) | |
tree | dce4dfcca60fadf10ed464bbc1cde27fc8db0d6b /Makefile | |
parent | Small bugfix in sensor autodetection when -P is used (diff) | |
download | cputemp2maxfreq-da347a996939a8fe7277d180d0098094332e63d7.tar.gz cputemp2maxfreq-da347a996939a8fe7277d180d0098094332e63d7.tar.bz2 cputemp2maxfreq-da347a996939a8fe7277d180d0098094332e63d7.zip |
Add -Wall -Werror and fix warnings
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |