summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile1
-rw-r--r--theme.mk2
2 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b17979b..7df9dba 100644
--- a/Makefile
+++ b/Makefile
@@ -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)
diff --git a/theme.mk b/theme.mk
index 1dd69ee..19dcd8d 100644
--- a/theme.mk
+++ b/theme.mk
@@ -1,6 +1,4 @@
srcfiles = \
- license.txt \
- twentyeleven-fix.scss \
style.scss \
functions.php \
screenshot.png \