Add: Makefile added
This commit is contained in:
parent
bcbc714961
commit
324dc9d249
11
Makefile
Normal file
11
Makefile
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
run:
|
||||||
|
go run main.go
|
||||||
|
|
||||||
|
rundebug:
|
||||||
|
go run main.go -d
|
||||||
|
|
||||||
|
build:
|
||||||
|
go build -o bin/wikingo
|
||||||
|
|
||||||
|
clean:
|
||||||
|
rm -f bin/wikingo
|
2
TODO.md
2
TODO.md
@ -7,8 +7,8 @@
|
|||||||
- [ ] Flag to show the version
|
- [ ] Flag to show the version
|
||||||
- [ ] Config file (to select store and some other future options)
|
- [ ] Config file (to select store and some other future options)
|
||||||
- [ ] Proper logger
|
- [ ] Proper logger
|
||||||
- [ ] Makefile helper
|
|
||||||
- [ ] Reload if files changes [idea](https://medium.com/@olebedev/live-code-reloading-for-golang-web-projects-in-19-lines-8b2e8777b1ea#.gok9azrg4)
|
- [ ] Reload if files changes [idea](https://medium.com/@olebedev/live-code-reloading-for-golang-web-projects-in-19-lines-8b2e8777b1ea#.gok9azrg4)
|
||||||
|
- [x] Makefile helper
|
||||||
- [ ] CI (gofmt, golint, more)?
|
- [ ] CI (gofmt, golint, more)?
|
||||||
- [x] Page versioning in a really basic way
|
- [x] Page versioning in a really basic way
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user