summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2011-11-27 15:27:48 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2011-11-27 15:27:48 -0500
commit4e7c29f94a3283311771cb2129f570a7c53631a3 (patch)
tree888a0703eb6487ecbb9238eb1fe5734fa91280af
parentb409134a449501ac69741aa600996ff2f312510d (diff)
whoops, now .gitignore has to also depend on theme.mk
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e60e170..b17979b 100644
--- a/Makefile
+++ b/Makefile
@@ -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' >> '$@'