aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPA4WDH2023-05-21 11:08:14 +0200
committerPA4WDH2023-05-21 11:08:14 +0200
commit07a65f52a767da72845eafba22a9e44798409b6f (patch)
treed2e968f90ae7fcd78bfb6a2fb060bf6e1ba81c3e /Makefile
parentImprove error handling (diff)
downloadcputemp2maxfreq-07a65f52a767da72845eafba22a9e44798409b6f.tar.gz
cputemp2maxfreq-07a65f52a767da72845eafba22a9e44798409b6f.tar.bz2
cputemp2maxfreq-07a65f52a767da72845eafba22a9e44798409b6f.zip
Improve automatic versioning
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index efcb459..aa4ec70 100644
--- a/Makefile
+++ b/Makefile
@@ -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