summaryrefslogtreecommitdiff
path: root/plugins/Mapstraction/Makefile
blob: 3b13135ee08c1193d3fb9b00379a4ae3ac979beb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.fake: clean all

TARGETS=usermap-mxn-openlayers.min.js

CORE=js/mxn.js js/mxn.core.js
USERMAP=usermap.js

all: $(TARGETS)

clean:
	rm -f $(TARGETS)

usermap-mxn-openlayers.min.js: $(CORE) js/mxn.openlayers.core.js $(USERMAP)
	cat $+ | yui-compressor -o $@ --type=js