Fix the broken wildcard in Makefile
This commit is contained in:
parent
2be893eb1d
commit
ecfc407fbf
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1,5 +1,5 @@
|
||||||
|
|
||||||
SOURCES=$(wildcard **/*.cr)
|
SOURCES=$(shell find -name '*.cr')
|
||||||
|
|
||||||
LDFLAGS=
|
LDFLAGS=
|
||||||
DESTDIR=/usr
|
DESTDIR=/usr
|
||||||
|
|
Loading…
Reference in a new issue