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
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
|