Fix makefile

This commit is contained in:
Zachary Yedidia 2016-03-22 20:15:00 -04:00
parent 28b07d62e6
commit c37410eb7c

View File

@ -7,4 +7,4 @@ install: syn-files build
syn-files:
mkdir -p ~/.micro/syntax
cp -r runtime ~/.micro
cp -r runtime/* ~/.micro