telehash / telehash-c

telehash tools library in c
MIT License
122 stars 31 forks source link

Some make targets fail #127

Open ig0r opened 8 years ago

ig0r commented 8 years ago

Having some errors on Linux system (Ubuntu 16.04 64-bit):

root@th01:~/bug-test/telehash-c# make static-cs1a 
sed: can't read /#include ".*h"/d: No such file or directory
Makefile:74: recipe for target 'static-cs1a' failed
make: *** [static-cs1a] Error 2
root@th01:~/bug-test/telehash-c# make static-tmesh 
sed: can't read /#include ".*h"/d: No such file or directory
Makefile:82: recipe for target 'static-tmesh' failed
make: *** [static-tmesh] Error 2
root@th01:~/bug-test/telehash-c# 

These targets seem to work fine on Mac.