diff options
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -35,7 +35,7 @@ endif | |||
| 35 | 35 | ||
| 36 | endef | 36 | endef |
| 37 | 37 | ||
| 38 | PARTS := $(shell find * -type d -\( -name build -prune -o -name tools -prune -o -print -\)) | 38 | PARTS := $(patsubst ./%,%,$(shell find -mindepth 1 -type d -\( -name .\* -prune -o -name build -prune -o -name tools -prune -o -print -\))) |
| 39 | PARTARS := | 39 | PARTARS := |
| 40 | PARTSOS := | 40 | PARTSOS := |
| 41 | 41 | ||
