We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
find
1 parent 0cda157 commit 37ba55eCopy full SHA for 37ba55e
Makefile
@@ -2,7 +2,9 @@
2
3
CRYSTAL = crystal
4
CRFLAGS =
5
-SOURCES = src/*.cr src/**/*.cr lib/molinillo/**/*.cr
+SHARDS_SOURCES = $(shell find src -name '*.cr')
6
+MOLINILLO_SOURCES = $(shell find lib/molinillo -name '*.cr')
7
+SOURCES = $(SHARDS_SOURCES) $(MOLINILLO_SOURCES)
8
TEMPLATES = src/templates/*.ecr
9
10
DESTDIR =
0 commit comments