diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2011-11-27 15:27:48 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2011-11-27 15:27:48 -0500 |
commit | 4e7c29f94a3283311771cb2129f570a7c53631a3 (patch) | |
tree | 888a0703eb6487ecbb9238eb1fe5734fa91280af | |
parent | b409134a449501ac69741aa600996ff2f312510d (diff) |
whoops, now .gitignore has to also depend on theme.mk
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ $(if $(in_dir), echo '!$1' >> '$@'; endef -.gitignore: Makefile +.gitignore: Makefile theme.mk echo "# DO NOT EDIT, this file is automatically made by \`Makefile'" >$@ echo '# ' >> '$@' echo '# ignore everyting' >> '$@' |