mirror of
https://github.com/chubin/wttr.in
synced 2025-01-26 02:34:59 +00:00
Fix Makefile
This commit is contained in:
parent
a8e8aa7a52
commit
7d801e3b4d
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1,2 +1,2 @@
|
|||
srv:
|
||||
srv: cmd/*.go
|
||||
go build -o srv cmd/*.go
|
||||
|
|
Loading…
Reference in a new issue