aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* enable backtraces for makefile-run commandsHEADmasterJesse Luehrs2019-12-181-4/+4
* add a few more makefile targetsJesse Luehrs2019-12-181-0/+8
* minify the wasm-bindgen generated jsJesse Luehrs2019-11-231-1/+4
* also rebuild when a view changesJesse Luehrs2019-11-221-1/+1
* wasm should be rebuilt if any .rs files changeJesse Luehrs2019-11-221-1/+1
* stop snipping out panicking codeJesse Luehrs2019-11-221-5/+2
* optimize moreJesse Luehrs2019-11-211-2/+8
* optimize wasm fileJesse Luehrs2019-11-211-1/+4
* `make web` should ensure the wasm is up to dateJesse Luehrs2019-11-161-0/+2
* move paths around a bitJesse Luehrs2019-11-151-2/+5
* add web as a subcommand to the makefileJesse Luehrs2019-11-151-1/+1
* add basic websocket clientJesse Luehrs2019-11-151-2/+8
* add makefile command to install the built packageJesse Luehrs2019-11-061-0/+4
* don't take pkg directory timestamp into accountJesse Luehrs2019-11-061-2/+2
* add `make test` and make testing a dep of publishingJesse Luehrs2019-10-231-4/+8
* add release process stuff to makefileJesse Luehrs2019-10-231-7/+42
* add a makefile for common actionsJesse Luehrs2019-10-221-0/+53