Makefile: Fix

This commit is contained in:
Anmol Sethi 2023-02-12 07:29:04 -08:00
parent 8a97c5ea7b
commit 572e05a0a5
No known key found for this signature in database
GPG key ID: 25BC68888A99A8BA

View file

@ -6,7 +6,7 @@ all: fmt gen lint build test
.PHONY: fmt
fmt:
# Unset GITHUB_TOKEN, see https://github.com/terrastruct/d2/commit/335d925b7c937d4e7cac7e26de993f60840eb116#commitcomment-98101131
GITHUB_TOKEN= prefix "$@" ./ci/sub/bin/fmt.sh
prefix "$@" GITHUB_TOKEN= ./ci/sub/bin/fmt.sh
.PHONY: gen
gen:
prefix "$@" ./ci/gen.sh