diff --git a/Makefile b/Makefile index be254c7..0ed7241 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -SOURCES=$(wildcard **/*.cr) +SOURCES=$(shell find -name '*.cr') LDFLAGS= DESTDIR=/usr