]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/Mapstraction/Makefile
Localisation updates from http://translatewiki.net.
[quix0rs-gnu-social.git] / plugins / Mapstraction / Makefile
1 .fake: clean all
2
3 TARGETS=usermap-mxn-openlayers.min.js
4
5 CORE=js/mxn.js js/mxn.core.js
6 USERMAP=usermap.js
7
8 all: $(TARGETS)
9
10 clean:
11         rm -f $(TARGETS)
12
13 usermap-mxn-openlayers.min.js: $(CORE) js/mxn.openlayers.core.js $(USERMAP)
14         cat $+ | yui-compressor -o $@ --type=js