tromp / cuckoo

a memory-bound graph-theoretic proof-of-work system
Other
822 stars 173 forks source link

Fix Makefile line 192 tab #45

Closed Salifornia closed 6 years ago

Salifornia commented 6 years ago

Need to run:

perl -pi -e 's/^ */\t/' Makefile

Otherwise cannot compile:

Makefile:192: *** missing separator. Stop.

Ubuntu 16.04

tromp commented 6 years ago

Thanks for bug report. Fixed now.