diff options
author | PA4WDH | 2023-05-21 11:08:14 +0200 |
---|---|---|
committer | PA4WDH | 2023-05-21 11:08:14 +0200 |
commit | 07a65f52a767da72845eafba22a9e44798409b6f (patch) | |
tree | d2e968f90ae7fcd78bfb6a2fb060bf6e1ba81c3e /Makefile | |
parent | Improve error handling (diff) | |
download | cputemp2maxfreq-07a65f52a767da72845eafba22a9e44798409b6f.tar.gz cputemp2maxfreq-07a65f52a767da72845eafba22a9e44798409b6f.tar.bz2 cputemp2maxfreq-07a65f52a767da72845eafba22a9e44798409b6f.zip |
Improve automatic versioning
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -cputemp2maxfreq: version.h debug.o sysfs.o cpufreq.o failsafe.o +cputemp2maxfreq: version.o debug.o sysfs.o cpufreq.o failsafe.o version.h: generate_version_h.sh .git/index ./generate_version_h.sh > version.h |