mirror of
https://github.com/Hopiu/micro.git
synced 2026-03-21 00:10:29 +00:00
10 lines
155 B
Makefile
10 lines
155 B
Makefile
build: syn-files
|
|
make build -C src
|
|
mv src/micro .
|
|
|
|
install: syn-files
|
|
make install -C src
|
|
|
|
syn-files:
|
|
mkdir -p ~/.micro/syntax
|
|
cp -r runtime ~/.micro
|