X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=Rakka.git;a=blobdiff_plain;f=js%2FMakefile;h=63477dd7bab4bae8ac88cde27c5a886f1b06a6ff;hp=a399e6f2fe63a2ecaf33292c430a0cd71c8b516b;hb=89c3c6ff37517012b5a799014c5a6d05d3e2e902;hpb=b51bb0c6d9385938eab21c70ed7ea631883260d0 diff --git a/js/Makefile b/js/Makefile index a399e6f..63477dd 100644 --- a/js/Makefile +++ b/js/Makefile @@ -8,6 +8,7 @@ SOURCES = \ base64.js \ editPage.js \ localFile.js \ + login.js \ redirection.js \ screen.js \ $(NULL) @@ -19,8 +20,8 @@ build: ../Rakka/Resource/JavaScript.hs packed.js: $(SOURCES) $(COMPRESSOR) -# cat $(SOURCES) > $@ - cat $(SOURCES) | $(COMPRESS) --warn -o $@ + cat $(SOURCES) > $@ +# cat $(SOURCES) | $(COMPRESS) --warn -o $@ ../Rakka/Resource/JavaScript.hs: packed.js