X-Git-Url: https://git.llucax.com/software/dgc/cdgc.git/blobdiff_plain/a22fb3227c03bdc818b820bf597277206c03f70b..2b70a82bd511b6e1bc1f9ae5e0c1a070158c81d6:/Makefile?ds=inline diff --git a/Makefile b/Makefile index 9db7095..736862e 100644 --- a/Makefile +++ b/Makefile @@ -31,12 +31,14 @@ LD_OUTPUT_OPTION = -o $@ #LDFLAGS := # GC sources -sources := \ - gc/gc.d \ - gc/alloc.d \ - gc/bits.d \ - gc/stats.d \ - gc/x.d +sources := $(addprefix rt/gc/cdgc/,\ + iface.d \ + alloc.d \ + bits.d \ + stats.d \ + libc.d \ + gc.d \ + ) # Default target all: $B/cdgc.so