joyrex2001 / castools

This is a set of tools which can read sampled MSX tapes and convert them to the standard .cas format and back to .wav samples. This package consist of three tools: wav2cas, cas2wav and casdir.
GNU General Public License v2.0
41 stars 6 forks source link

missing install from makefile #2

Closed ghost closed 8 years ago

ghost commented 8 years ago

i tried to enter ‘sudo make install’ (after entering ‘make’), and the result was:

guest@macbook:~/Downloads/castools-master$ sudo make install
[sudo] password for guest: 
make: *** No rule to make target 'install'.  Stop.
guest@macbook:~/Downloads/castools-master$ sudo sync
guest@macbook:~/Downloads/castools-master$ 

how can this be fixed/implemented? thanks!

joyrex2001 commented 8 years ago

Thanks @nitrofurano, added the build rules!