From: icecodder Date: Mon, 16 Jan 2023 14:32:34 +0000 (+0100) Subject: format find command X-Git-Tag: v0.1.1 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=e54201a6d7e9d8efbc48bba3cd3b8bf0014650e2;p=matthieu%2Fnova.git format find command --- 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/%