mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-12-16 08:11:39 +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...
|
||||
JS_FILES := $(patsubst %.js,%.min.js,$(wildcard *.js))
|
||||
|
||||
LOGS := *.log
|
||||
|
||||
|
||||
|
||||
all: css
|
||||
@ -44,5 +46,4 @@ phonegap-remote: css minify
|
||||
|
||||
|
||||
clean:
|
||||
@rm -f $(CSS_FILES)
|
||||
@rm -f $(JS_FILES)
|
||||
@rm -f $(CSS_FILES) $(JS_FILES) $(LOGS)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user