diff options
author | friendica <info@friendica.com> | 2012-06-29 20:12:44 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-06-29 20:12:44 -0700 |
commit | ffd5217ffaab826eb7f16c112a9f39b548298b81 (patch) | |
tree | 60e3caf5666e0528d2e3970486964b2acd92e73f /view/theme/quattro/Makefile | |
parent | 78e03abed8e72e29d2463e9de8e279dc86e5d39e (diff) | |
parent | 1b27e24bb727c20346b81dc2f02ffac9105f5622 (diff) | |
download | volse-hubzilla-ffd5217ffaab826eb7f16c112a9f39b548298b81.tar.gz volse-hubzilla-ffd5217ffaab826eb7f16c112a9f39b548298b81.tar.bz2 volse-hubzilla-ffd5217ffaab826eb7f16c112a9f39b548298b81.zip |
Merge https://github.com/friendica/friendica into pull
Diffstat (limited to 'view/theme/quattro/Makefile')
-rw-r--r-- | view/theme/quattro/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/view/theme/quattro/Makefile b/view/theme/quattro/Makefile new file mode 100644 index 000000000..5df58c821 --- /dev/null +++ b/view/theme/quattro/Makefile @@ -0,0 +1,5 @@ +all: + cd dark; make; cd .. + cd green; make; cd .. + + |