UNPKG
appmonitor
Version:
latest (0.0.8)
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
Performance profiler based on look
github.com/tomxiong/AppMonitor
tomxiong/AppMonitor
appmonitor
/
lib
/
web
/
flot
/
Makefile
10 lines
(6 loc)
•
243 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
$@