From 6e1658102130990e9d5057d1f8947fe924150c04 Mon Sep 17 00:00:00 2001 From: Christof Laenzlinger <6319634+laenzlinger@users.noreply.github.com> Date: Sun, 15 Dec 2024 23:42:40 +0100 Subject: [PATCH] Use short git hash in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b38bb04..7d4a1ad 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ .DEFAULT_GOAL := help .PHONY: bom test step pdf pos clean -GIT_HASH = $(shell git rev-parse HEAD:sourceDirectory HEAD:file.py | git hash-object --stdin) +GIT_HASH = $(shell git rev-parse --short HEAD) PROJECT_NAME = pedalboard-hw test: ## Run ERC and DRC checks