From f6cf097d11144f252aa008c791064a2a891d2963 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 2 Feb 2020 13:22:43 +0300 Subject: Makefile: better $(ls) on Linux --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2d254cf..64d9463 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ else ext := newline := @echo cwd := $(shell pwd) -ls := ls --almost-all -R +ls := function my_ls() { find "$$@" -type f | sort ; } ; my_ls endif # Python executable might be named differently, depending on the environment: -- cgit v1.2.3