]> git.puffer.fish Git - matthieu/nova.git/commitdiff
format find command v0.1.1
authoricecodder <git@icecodder.me>
Mon, 16 Jan 2023 14:32:34 +0000 (15:32 +0100)
committericecodder <git@icecodder.me>
Mon, 16 Jan 2023 14:32:34 +0000 (15:32 +0100)
Makefile

index 0aa703359de7543f0b6210b47fcf28441b34f1be..4257bd66ab28e7aa5b781c13b45803a223f9bd0a 100644 (file)
--- 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/%