X-Git-Url: https://git.llucax.com/software/dgc/cdgc.git/blobdiff_plain/a22fb3227c03bdc818b820bf597277206c03f70b..9037ef3e51af8c40168a08911ac30650f882ee81:/Makefile?ds=sidebyside diff --git a/Makefile b/Makefile index 9db7095..32232ef 100644 --- a/Makefile +++ b/Makefile @@ -32,11 +32,12 @@ LD_OUTPUT_OPTION = -o $@ # GC sources sources := \ - gc/gc.d \ + gc/iface.d \ gc/alloc.d \ gc/bits.d \ gc/stats.d \ - gc/x.d + gc/libc.d \ + gc/gc.d # Default target all: $B/cdgc.so