diff options
author | Daniel Carl <danielcarl@gmx.de> | 2014-07-05 00:42:04 +0200 |
---|---|---|
committer | Daniel Carl <danielcarl@gmx.de> | 2014-07-05 15:48:37 +0200 |
commit | 5e9bdc26bc4a91e744ded203ea225a9e1a71a084 (patch) | |
tree | 8d24dd0d53cfd368b12533ca24021c3ac64a7954 /.gitignore | |
parent | bd69e98d1e89bd9bb24ab43b708f1db503f5ad08 (diff) |
Fixed wrong placed dependency include in Makefile.
Allow to generate dependency files during compilation with CFLAGS="-MMD".
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -*.[oa] +*.[oad] *.[ld]o vimb vimb_dbg |