Fix the broken wildcard in Makefile

This commit is contained in:
Glenn Y. Rolland 2020-03-25 16:09:49 +01:00
parent 2be893eb1d
commit ecfc407fbf

View file

@ -1,5 +1,5 @@
SOURCES=$(wildcard **/*.cr)
SOURCES=$(shell find -name '*.cr')
LDFLAGS=
DESTDIR=/usr