format find command

This commit is contained in:
icecodder 2023-01-16 15:32:34 +01:00
parent 4ed0e734e1
commit e54201a6d7

View file

@ -2,7 +2,7 @@ EXTENSION :=
ifeq ($(OS),Windows_NT) ifeq ($(OS),Windows_NT)
EXTENSION += .exe EXTENSION += .exe
endif 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 # Static libraries
target/release/lib%.a: libs/% target/release/lib%.a: libs/%