Browse Source

Use auto-generated dependency files and clean them

Jouni Malinen 15 years ago
parent
commit
8ad733d5ea
1 changed files with 3 additions and 1 deletions
  1. 3 1
      tests/Makefile

+ 3 - 1
tests/Makefile

@@ -24,4 +24,6 @@ test-base64: $(BASE64_OBJS)
 
 clean:
 	$(MAKE) -C ../src clean
-	rm -f $(TESTS) *~ *.o
+	rm -f $(TESTS) *~ *.o *.d
+
+-include $(OBJS:%.o=%.d)