Package Release Number better licence image Shrunk image Fixed size MASCOT UPDATE fixed CSS and Added Mascot to main site allows Enter to Register/Login changed jpeg cover quality from 70 to 85 Wink over form more CSS fixes linked wiki corrected Readme Reviewed-on: #8 Co-authored-by: riomoo <alister@kamikishi.net> Co-committed-by: riomoo <alister@kamikishi.net> removed ico from LFS fixing ico Reviewed-on: #9 Co-authored-by: riomoo <alister@kamikishi.net> Co-committed-by: riomoo <alister@kamikishi.net> fixing lfs Reviewed-on: #10 Co-authored-by: riomoo <alister@kamikishi.net> Co-committed-by: riomoo <alister@kamikishi.net>
5 lines
104 B
Makefile
5 lines
104 B
Makefile
build:
|
|
go build -o bin/main ./app/gopherbook
|
|
|
|
clean:
|
|
rm -rf watch etc library cache binaries releases
|