victorvde / jpeg2png

silky smooth JPEG decoding
GNU General Public License v3.0
475 stars 26 forks source link

"missing separator" error with Makefile #2

Closed spookylukey closed 8 years ago

spookylukey commented 8 years ago

Following the installation instructions for 1.0 release, I get this error:

Makefile:4: *** missing separator. Stop.

This is with GNU Make 3.8.1

Adding a tab to the beginning of line 4 "fixes" it, at least so I get a working compilation, I'm not sure this is the correct fix though.

victorvde commented 8 years ago

Fixed in 2f812561, thanks!