X-Git-Url: https://git.llucax.com/software/dgc/cdgc.git/blobdiff_plain/045edac361c6b9624a3fcd551edd23f7f75608ce..fdc67622a72cf5863d7faa6667f5e526b524568c:/Makefile diff --git a/Makefile b/Makefile index bdd709b..32232ef 100644 --- a/Makefile +++ b/Makefile @@ -32,11 +32,12 @@ LD_OUTPUT_OPTION = -o $@ # GC sources sources := \ - gc.d \ - gcalloc.d \ - gcbits.d \ - gcstats.d \ - gcx.d + gc/iface.d \ + gc/alloc.d \ + gc/bits.d \ + gc/stats.d \ + gc/libc.d \ + gc/gc.d # Default target all: $B/cdgc.so