diff options
| author | Andrew Dolgov <noreply@fakecake.org> | 2017-11-29 19:10:15 +0300 |
|---|---|---|
| committer | Andrew Dolgov <noreply@fakecake.org> | 2017-11-29 19:10:15 +0300 |
| commit | f9ffef66f95ab71438d979919e0405abaa42ac15 (patch) | |
| tree | ddb9e4288dce98fc0c8bb8515c8336cdd4b96a60 /css/Makefile | |
| parent | 9dd336a2c32d7f9dd6224602cd31a9cb2c3503fd (diff) | |
move prefs to less, add a shared buildfile
Diffstat (limited to 'css/Makefile')
| -rw-r--r-- | css/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/css/Makefile b/css/Makefile index 49bbe1954..cb929bb4c 100644 --- a/css/Makefile +++ b/css/Makefile @@ -1,4 +1,4 @@ default.css: *.less - cat $^ | lessc -x - > $@ + lessc -x default.less > $@ |