From 07a65f52a767da72845eafba22a9e44798409b6f Mon Sep 17 00:00:00 2001 From: PA4WDH Date: Sun, 21 May 2023 11:08:14 +0200 Subject: Improve automatic versioning --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3