]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - Makefile
mdctl-v0.4
[thirdparty/mdadm.git] / Makefile
index 01689230bad0c0888802de3b9f700a15564dbd92..a7a7c4801f863b43c84aed0841220d1d1f75634f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -27,9 +27,9 @@
 #           Australia
 #
 
-CFLAGS = -Wall,error
+CFLAGS = -Wall,error,strict-prototypes -ggdb
 
-OBJS =  mdctl.o config.o  ReadMe.o util.o Manage.o Assemble.o Build.o Create.o Detail.o Examine.o
+OBJS =  mdctl.o config.o  ReadMe.o util.o Manage.o Assemble.o Build.o Create.o Detail.o Examine.o dlink.o
 all : mdctl
 
 mdctl : $(OBJS)