fixed dependency files in Makefile

This commit is contained in:
Josh Holtrop 2010-05-03 13:58:23 -04:00
parent 48efc1be97
commit 876cc5da78
2 changed files with 3 additions and 0 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@ imbecile
tags tags
*.o *.o
.*.swp .*.swp
*.dep

View File

@ -36,3 +36,5 @@ $(TARGET): $(OBJS)
clean: clean:
-rm -f $(TARGET) *.o *.dep -rm -f $(TARGET) *.o *.dep
-include $(CXXDEPS)