mirror of
https://github.com/Hopiu/micro.git
synced 2026-04-05 07:21:00 +00:00
Update makefile
This commit is contained in:
parent
8094ff70c7
commit
43bf1e2d4e
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -6,7 +6,7 @@ install: syn-files build
|
|||
mv micro $(GOBIN)
|
||||
|
||||
syn-files:
|
||||
mkdir -p ~/.micro/syntax
|
||||
mkdir -p ~/.micro
|
||||
cp -r runtime/* ~/.micro
|
||||
|
||||
test:
|
||||
|
|
|
|||
Loading…
Reference in a new issue