summaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 56651f5a96f4caa9c70a92617d63be91c836bb01 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
FILES=zalmy.js zalmy.js.map style index*.html zalmy.appcache zalmy.webapp \
      require.js config.js config.js.map activePage.js activePage.js.map

all: config.js activePage.js zalmy.js

%.js: %.es
	babel --source-maps true -t ES5 -m amdStrict -o $@ $<

install: $(FILES)
	rsync -avz --delete $(FILES) ~/Dokumenty/website/hubmaier/zalmy.ceplovi.cz/
	websync

clean:
	rm -fv {zalmy,activePage,config}.js* *~