mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-29 22:27:13 +09:00
Reorganize
This commit is contained in:
8
src/Makefile
Normal file
8
src/Makefile
Normal file
@@ -0,0 +1,8 @@
|
||||
build:
|
||||
go get ./...
|
||||
go build -o micro
|
||||
|
||||
install:
|
||||
go get ./...
|
||||
go build -o micro
|
||||
mv micro $(GOBIN)
|
||||
Reference in New Issue
Block a user