UNPKG
look
Version:
latest (0.1.3)
0.1.3
0.1.2
0.1.0
0.0.4
0.0.3
0.0.2
0.0.1
Performance profiler based on nodetime
baryshev/look
look
/
lib
/
web
/
flot
/
Makefile
10 lines
(6 loc)
•
234 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
# Makefile for generating minified files
.PHONY
: all
# we cheat and process all .js files instead of an exhaustive list
all: $(patsubst %.js,%.min.js,$(filter-out %.min.js,$(wildcard *.js)))
%.min.js: %.js
yui-compressor
$<
-o
$@