forked from mirrors/kingfisher
Fixed bug in Makefile hen setting PROJECT_NAME
This commit is contained in:
parent
71bab5ca8a
commit
1ca84d5f45
2 changed files with 1 additions and 3 deletions
3
Makefile
3
Makefile
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@ rules:
|
|||
(?xi)
|
||||
\b
|
||||
(?:
|
||||
pd[_-]? |
|
||||
pd[_-]? |
|
||||
pagerduty[_-]? |
|
||||
pagerduty
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue