Revision 01828616
| Makefile | ||
|---|---|---|
| 31 | 31 |
$(sort $(dir $(wildcard $(AMIROLLD_DIR)include/?*/))) |
| 32 | 32 |
|
| 33 | 33 |
# C sources |
| 34 |
AMIROLLD_CSRC = $(wildcard $(AMIROLLD_DIR)source/*/*/*.c)
|
|
| 34 |
AMIROLLD_CSRC = $(shell find $(AMIROLLD_DIR)source/ -type f -regex "$(AMIROLLD_DIR)source/.+\.[Cc]")
|
|
| 35 | 35 |
|
Also available in: Unified diff