diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -44,7 +44,7 @@ endif .PHONY: all all: bcachefs -SRCS=$(shell git ls-files '*.c') +SRCS=$(shell find . -type f -iname '*.c') DEPS=$(SRCS:.c=.d) -include $(DEPS) |
![]() |
index : bcachefs-tools.git | |
Unnamed repository; edit this file 'description' to name the repository. | Kent Overstreet |
summaryrefslogtreecommitdiff |
-rw-r--r-- | Makefile | 2 |
@@ -44,7 +44,7 @@ endif .PHONY: all all: bcachefs -SRCS=$(shell git ls-files '*.c') +SRCS=$(shell find . -type f -iname '*.c') DEPS=$(SRCS:.c=.d) -include $(DEPS) |