aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2024-04-28 19:32:25 -0700
committerFranck Cuny <franck@fcuny.net>2024-04-28 19:32:25 -0700
commit4a42092b5f743f1e3f3898e04b11a779b5f22125 (patch)
tree38355333f9c9408ac8526c3f3dd31d5d4ae4c388 /Makefile
parentadd a script to fetch cheeseboard's menu (diff)
downloadinfra-4a42092b5f743f1e3f3898e04b11a779b5f22125.tar.gz
replaced with https://github.com/fcuny/x509-info
Diffstat (limited to '')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 695c129..4c051b5 100644
--- a/Makefile
+++ b/Makefile
@@ -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))