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