about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-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))