From 876cc5da787c6e0390a1a949f8cd28c6d9215f9c Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Mon, 3 May 2010 13:58:23 -0400 Subject: [PATCH] fixed dependency files in Makefile --- .gitignore | 1 + Makefile | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index a7a7211..2c0c794 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ imbecile tags *.o .*.swp +*.dep diff --git a/Makefile b/Makefile index d09e61d..cf3d970 100644 --- a/Makefile +++ b/Makefile @@ -36,3 +36,5 @@ $(TARGET): $(OBJS) clean: -rm -f $(TARGET) *.o *.dep + +-include $(CXXDEPS)