Fixed bug in Makefile hen setting PROJECT_NAME

This commit is contained in:
Mick Grove 2025-07-21 22:43:29 -07:00
commit 1ca84d5f45
2 changed files with 1 additions and 3 deletions

View file

@ -1,8 +1,7 @@
SHELL := /usr/bin/env bash
.SHELLFLAGS := -eu -o pipefail -c
# Detect project name from Cargo.toml
PROJECT_NAME := $(shell grep '^name' Cargo.toml | cut -d '"' -f 2)
PROJECT_NAME := kingfisher
# Determine OS and whether to use gtar on darwin
OS := $(shell uname)

View file

@ -5,7 +5,6 @@ rules:
(?xi)
\b
(?:
pd[_-]? |
pd[_-]? |
pagerduty[_-]? |
pagerduty