diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2011-11-27 16:32:26 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2011-11-27 16:32:26 -0500 |
commit | ea262045fbf26c153e6e4c46b5b67ad296cda8c1 (patch) | |
tree | 12f3fd0004367014069816669ab6195fb6e81bd6 /Makefile | |
parent | 0dfce348e4d118ed19bbcf8396a3f7b90fb0badc (diff) |
Add twentyeleven-fix.scss and license.txt to the implicit srcfiles list
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,6 +11,7 @@ PNGCRUSH = $(firstword $(call pathsearch,pngcrush) $(call pathsearch,cp)) default: all include theme.mk +srcfiles += twentyeleven-fix.scss license.txt srcfiles += .gitignore theme.mk Makefile all: .gitignore $(targets) |