Skip to content

Commit

Permalink
format find command
Browse files Browse the repository at this point in the history
  • Loading branch information
icecodder committed Jan 16, 2023
1 parent 4ed0e73 commit e54201a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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/%
Expand Down

0 comments on commit e54201a

Please sign in to comment.