chiark / gitweb /
Compiles again.
[adns.git] / src / Makefile.in
index 7e5312e806bd70458b2abaf956a84f2199ce572a..46b6be9951c757f68071dabd6beb59b087350a54 100644 (file)
@@ -7,4 +7,10 @@ WERROR=-Werror
 
 all:           dtest
 
-dtest:         dtest.o adns.o
+dtest:         dtest.o event.o query.o setup.o submit.o reply.o
+
+clean:
+               rm -f dtest *.o
+
+dtest.o event.o query.o setup.o submit.o reply.o:      internal.h adns.h
+