summaryrefslogblamecommitdiffstats
path: root/Makefile
blob: 2d2bcc7d70730ad2d302f29d5ffdec409e360a02 (plain) (tree)
1
2
3
4
5
6
7
8
9
                  


                                                                          
 
                                     
 

                                        





                                                                                
                                               
#FILES=favicon.png
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 \
      config.ts activePage.ts zalmy.ts

all: config.js activePage.js zalmy.js

%.js: %.ts
	tsc --sourcemap -t ES5 -m amd $<

install: $(FILES)
	rsync -avz --delete $(FILES) /home/matej/Dokumenty/website/luther/zalmy/
	websync

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