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)