X-Git-Url: https://git.llucax.com/software/dgc/cdgc.git/blobdiff_plain/045edac361c6b9624a3fcd551edd23f7f75608ce..dd0f3b1617e380408f300f48c455e2905b859067:/Makefile diff --git a/Makefile b/Makefile index bdd709b..736862e 100644 --- a/Makefile +++ b/Makefile @@ -31,12 +31,14 @@ LD_OUTPUT_OPTION = -o $@ #LDFLAGS := # GC sources -sources := \ +sources := $(addprefix rt/gc/cdgc/,\ + iface.d \ + alloc.d \ + bits.d \ + stats.d \ + libc.d \ gc.d \ - gcalloc.d \ - gcbits.d \ - gcstats.d \ - gcx.d + ) # Default target all: $B/cdgc.so