File tree 7 files changed +8
-23
lines changed
7 files changed +8
-23
lines changed File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 5
5
endif
6
6
export LESSC
7
7
8
+ CSSDIR =../static/css/
9
+
8
10
all :
9
- $(LESSC ) app.less --clean-css=" --s1 --advanced --compatibility=ie8" house.css
11
+ $(LESSC ) app.less --clean-css=" --s1 --advanced --compatibility=ie8" $( CSSDIR ) house.css
10
12
11
13
local : all
12
14
@@ -18,4 +20,4 @@ install :
18
20
./less.install
19
21
20
22
clean :
21
- rm -f house.css
23
+ rm -f $( CSSDIR ) house.css
Original file line number Diff line number Diff line change @@ -3,16 +3,16 @@ all : local
3
3
4
4
install :
5
5
./keys.sh gen
6
- cd static /; $(MAKE ) install $(MFLAGS )
6
+ cd less /; $(MAKE ) install $(MFLAGS )
7
7
8
8
local : force_look
9
- cd static /; $(MAKE ) $(MFLAGS )
9
+ cd less /; $(MAKE ) $(MFLAGS )
10
10
11
11
development : force_look
12
- cd static /; $(MAKE ) development $(MFLAGS )
12
+ cd less /; $(MAKE ) development $(MFLAGS )
13
13
14
14
production : force_look
15
- cd static /; $(MAKE ) production $(MFLAGS )
15
+ cd less /; $(MAKE ) production $(MFLAGS )
16
16
./build.sh
17
17
18
18
hidden : production
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments