diff options
author | PA4WDH | 2023-05-21 14:45:18 +0200 |
---|---|---|
committer | PA4WDH | 2023-05-21 14:45:18 +0200 |
commit | f282d50f98c5b26afd69acdafd650a7e8fc570b4 (patch) | |
tree | 44de5e4130ac4f5ce937695cd95ebbfc4f126161 /Makefile | |
parent | Fix all .h files (diff) | |
download | cputemp2maxfreq-f282d50f98c5b26afd69acdafd650a7e8fc570b4.tar.gz cputemp2maxfreq-f282d50f98c5b26afd69acdafd650a7e8fc570b4.tar.bz2 cputemp2maxfreq-f282d50f98c5b26afd69acdafd650a7e8fc570b4.zip |
Add argument parsing and validation
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -cputemp2maxfreq: version.o debug.o sysfs.o cpufreq.o failsafe.o +cputemp2maxfreq: version.o debug.o sysfs.o cpufreq.o failsafe.o argparse.o version.h: generate_version_h.sh .git/index ./generate_version_h.sh > version.h |