aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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: