aboutsummaryrefslogtreecommitdiffstats
path: root/license-generator/Makefile
AgeCommit message (Collapse)Author
2018-11-19Rename `bin/license-generator.rs` to bin/fulfillment.rs`Teddy Wing
Renames the binary. The name "license-generator" no longer seems apt at this point. That binary doesn't actually generate a license, it serves as the webhook endpoint for Paddle's license fulfillment. Our `license` binary handles the actual license generation. The URL I'll be using for the webhook is `/fulfillment`, so this also makes sense from that perspective.
2018-11-13Makefile: Restart `lighttpd` when both binaries changeTeddy Wing
2018-11-10Add MakefileTeddy Wing
`run` target runs a `lighttpd` server and watches the executable for updates with `entr`.