-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
cd /tmp
mkdir beep
cd beep
ino init -t blink
vim src/sketch.ino
Then <Leader> ac produces this output:
"sketch.ino" 15L, 182C written
Compiling... /tmp/beep/src/sketch.ino
No project found in this directory.
Failed.
I tried cd src and vimming it and <Leader> ac to the same effect. Am I missing something? Was there perhaps supposed to be a Makefile somewhere that gets generated in the ino init command?
$ ls -Rlh /tmp/beep
.:
total 0
drwxr-xr-x 2 bob bob 60 Sep 19 09:12 lib
drwxr-xr-x 2 bob bob 60 Sep 19 09:12 src
./lib:
total 0
./src:
total 4.0K
-rw-r--r-- 1 bob bob 182 Sep 19 09:19 sketch.ino
Metadata
Metadata
Assignees
Labels
No labels