]> git.llucax.com Git - software/dgc/cdgc.git/blobdiff - Makefile
Fix spacing style
[software/dgc/cdgc.git] / Makefile
index 9db709545b0df72f19558d9b6fa7aa625b2a9bcb..32232ef218aca16d062661c683ce6d2ad97bebd0 100644 (file)
--- 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