diff options
| author | Franck Cuny <franck@fcuny.net> | 2024-04-28 19:32:25 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2024-04-28 19:32:25 -0700 |
| commit | 4a42092b5f743f1e3f3898e04b11a779b5f22125 (patch) | |
| tree | 38355333f9c9408ac8526c3f3dd31d5d4ae4c388 /Makefile | |
| parent | add a script to fetch cheeseboard's menu (diff) | |
| download | infra-4a42092b5f743f1e3f3898e04b11a779b5f22125.tar.gz | |
replaced with https://github.com/fcuny/x509-info
Diffstat (limited to '')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ BUILD_DATE ?= $(shell TZ=UTC0 date +%Y-%m-%dT%H:%M:%SZ) PKG:=github.com/fcuny/world -BINARIES = bin/x509-info bin/flake-info +BINARIES = bin/flake-info ALL_BINARIES = $(foreach binary, $(BINARIES), ./$(binary)) |
