mirror of
https://github.com/zyedidia/micro.git
synced 2026-02-04 22:20:20 +09:00
Reorganize
This commit is contained in:
10
Makefile
Normal file
10
Makefile
Normal file
@@ -0,0 +1,10 @@
|
||||
build: syn-files
|
||||
make build -C src
|
||||
mv src/micro .
|
||||
|
||||
install: syn-files
|
||||
make install -C src
|
||||
|
||||
syn-files:
|
||||
mkdir -p ~/.micro/syntax
|
||||
cp syntax_files/* ~/.micro/syntax
|
||||
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