diff options
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 .. + + |