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 | 44adf924df39a350f6a620331cf35e75954fdd6e (patch) | |
tree | 77070ca05f35b1b6bec0bc3c31da031f4ebe40cb /Makefile | |
parent | 2b3122be7616032cef4be342b19395d0d59b3ff4 (diff) |
whoops, now .gitignore has to also depend on theme.mk
Diffstat (limited to 'Makefile')
-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' >> '$@' |