Started Work on v3

This commit is contained in:
2022-04-14 11:32:39 -05:00
parent 7f10a81cec
commit 7cc06eeddc
20 changed files with 1063 additions and 2323 deletions

12
Makefile Normal file
View File

@@ -0,0 +1,12 @@
boltbrowser:
go build -o build/boltbrowser
run: ./build/boltbrowser
cd build && ./boltbrowser
install:
go install
clean:
rm build/boltbrowser