mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-12-16 16:21:40 +00:00
minor update to makefile...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
f9eba2d5a6
commit
d084b33db4
@ -23,6 +23,8 @@ CSS_FILES := $(patsubst %.less,%.css,$(wildcard *.less))
|
|||||||
# get files to minify...
|
# get files to minify...
|
||||||
JS_FILES := $(patsubst %.js,%.min.js,$(wildcard *.js))
|
JS_FILES := $(patsubst %.js,%.min.js,$(wildcard *.js))
|
||||||
|
|
||||||
|
LOGS := *.log
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
all: css
|
all: css
|
||||||
@ -44,5 +46,4 @@ phonegap-remote: css minify
|
|||||||
|
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
@rm -f $(CSS_FILES)
|
@rm -f $(CSS_FILES) $(JS_FILES) $(LOGS)
|
||||||
@rm -f $(JS_FILES)
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user