X-Git-Url: https://git.llucax.com/software/dgc/cdgc.git/blobdiff_plain/f102613fc4eccc2bc732885bf78aeaa8804b9208..0849555bf578d233e054052f87c55c2cdf46d575:/Makefile?ds=sidebyside diff --git a/Makefile b/Makefile index 32232ef..736862e 100644 --- a/Makefile +++ b/Makefile @@ -31,13 +31,14 @@ LD_OUTPUT_OPTION = -o $@ #LDFLAGS := # GC sources -sources := \ - gc/iface.d \ - gc/alloc.d \ - gc/bits.d \ - gc/stats.d \ - gc/libc.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