ka9q / ka9q-radio

Multichannel SDR based on fast convolution and IP multicasting
GNU General Public License v3.0
147 stars 32 forks source link

Remove references to wspr-decoded #42

Closed argilo closed 9 months ago

argilo commented 9 months ago

wspr-decoded was removed in e8190a55304f093727cd3ca48488c7f68f58c6e4, but it is still referenced in the Linux makefiles, causing the build to fail (unless a stale wspr-decoded executable happens to be around from a previous compile). Here I've removed the references, after which CI should pass again.

I also removed wspr-decodec from .gitignore, where it should no longer be required.

argilo commented 9 months ago

I'll close this off, since I see you already made the fix.

wspr-decoded is still present in .gitignore, but it's not causing any trouble there.