From a851a19444054a4a5d53cefac570246c7e8e8a26 Mon Sep 17 00:00:00 2001 From: Quaternions Date: Wed, 6 Aug 2025 01:49:38 +0000 Subject: [PATCH] fix Makefile typo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6b5f12f..28bd1d1 100644 --- a/Makefile +++ b/Makefile @@ -21,4 +21,4 @@ docker: all: clean build docker -.PHONY: clen test web binary build docker all \ No newline at end of file +.PHONY: clean test web binary build docker all \ No newline at end of file -- 2.49.1