followed the instructions as per readme.md
everything seems to be working, but...
$ make
Building project...
mkdir -p bin
mkdir -p lst
mkdir -p map
cl65 --static-locals -t none -C src/includes/neo6502.cfg -O --cpu 65c02 -l lst/helloworld.lst -m map/helloworld.map -o bin/helloworld.bin src/main.asm src/includes/neo6502.lib
ld65: Error: Input file 'none.lib' not found
make: *** [Makefile:20: all] Error 1
the c project compile ok
$ make
Building project...
mkdir -p bin
mos-neo6502-clang -Os -o bin/helloworld.neo src/main.c
rm bin/helloworld.neo.elf
followed the instructions as per readme.md
everything seems to be working, but...
$ make
Building project...
mkdir -p bin
mkdir -p lst
mkdir -p map
cl65 --static-locals -t none -C src/includes/neo6502.cfg -O --cpu 65c02 -l lst/helloworld.lst -m map/helloworld.map -o bin/helloworld.bin src/main.asm src/includes/neo6502.lib
ld65: Error: Input file 'none.lib' not found
make: *** [Makefile:20: all] Error 1
the c project compile ok
$ make
Building project...
mkdir -p bin
mos-neo6502-clang -Os -o bin/helloworld.neo src/main.c
rm bin/helloworld.neo.elf