From f2d6dc360a7385dd490832bf9fb391addcb250a0 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Sun, 24 Jun 2012 21:01:23 +0200 Subject: Auto-dependency generation Modified example from GNU make manual[1] and [2]. Closes #221. [1] http://www.gnu.org/software/make/manual/make.html#Automatic-Prerequisites [2] http://make.paulandlesley.org/autodep.html --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index f4e2b2d..0800bca 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ *.o *.lo +*.d # vim swap files .*.sw* pianobar -- cgit v1.2.3