X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=js%2FMakefile;h=e1e6b0cd3fa1c310315a71faddb1994dab80aba6;hb=cddd833c65cdd8092588bd3bdfe2b9153848302f;hp=f776451fba3bb46358fd28cb34dbc5811639dcf2;hpb=ee04fdaabee52dbda76b7368026a251d5f9c884f;p=Rakka.git diff --git a/js/Makefile b/js/Makefile index f776451..e1e6b0c 100644 --- a/js/Makefile +++ b/js/Makefile @@ -10,6 +10,7 @@ SOURCES = \ localFile.js \ login.js \ redirection.js \ + parseuri.js \ screen.js \ search.js \ systemConfig.js \ @@ -24,7 +25,7 @@ build: ../Rakka/Resource/JavaScript.hs packed.js: $(SOURCES) $(COMPRESSOR) cat $(SOURCES) > $@ -# cat $(SOURCES) | $(COMPRESS) --warn -o $@ +# cat $(SOURCES) | $(COMPRESS) -o $@ ../Rakka/Resource/JavaScript.hs: packed.js