update makefile

This commit is contained in:
Bevan Hunt 2020-01-07 20:32:47 -08:00
parent d6412c3e59
commit 367c65de86
1 changed files with 2 additions and 0 deletions

View File

@ -2,3 +2,5 @@ build:
PORT=8080 ORIGIN=http://localhost:3000 EXPIRY=3600 SECRET=secret cargo run
release:
PORT=8080 ORIGIN=http://localhost:3000 EXPIRY=3600 SECRET=secret cargo run --release
snap:
sudo snapcraft --use-lxd