diff --git a/makefile.include b/makefile.include index 081254a..6af569f 100644 --- a/makefile.include +++ b/makefile.include @@ -85,8 +85,8 @@ endif #List of demo objects -DSOURCES != ls demos/*.c -DOBJECTS = ${DSOURCES:.c=.o} +DSOURCES = $(wildcard demos/*.c) +DOBJECTS = $(DSOURCES:.c=.o) #List of testprof headers THEADERS != ls testprof/*.h