Skip to content

Commit

Permalink
Use short git hash in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
laenzlinger committed Dec 15, 2024
1 parent 1c6a37a commit 6e16581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 6e16581

Please sign in to comment.