mirror of
https://github.com/Hopiu/micro.git
synced 2026-04-04 23:20:37 +00:00
Fix makefile
This commit is contained in:
parent
28b07d62e6
commit
c37410eb7c
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -7,4 +7,4 @@ install: syn-files build
|
|||
|
||||
syn-files:
|
||||
mkdir -p ~/.micro/syntax
|
||||
cp -r runtime ~/.micro
|
||||
cp -r runtime/* ~/.micro
|
||||
|
|
|
|||
Loading…
Reference in a new issue