From e54201a6d7e9d8efbc48bba3cd3b8bf0014650e2 Mon Sep 17 00:00:00 2001 From: icecodder Date: Mon, 16 Jan 2023 15:32:34 +0100 Subject: [PATCH] format find command --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0aa7033..4257bd6 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ EXTENSION := ifeq ($(OS),Windows_NT) EXTENSION += .exe endif -PROJECTS = $(shell find exes/ -mindepth 1 -maxdepth 1 -type d -printf '%f\n') +PROJECTS = $(shell find exes/ -mindepth 1 -maxdepth 1 -type d -printf '%f\n') # Static libraries target/release/lib%.a: libs/% -- 2.39.5