Skip to content

Fix Makefile for building libradamsa.a

Maxwell Koo requested to merge mjkoo/radamsa:fix-static-lib-build into develop

Somewhat related to #66 (closed)

Seems like the recipe for lib/libradamsa.a is broken, generates an object file rather than a static lib/archive. MR fixes this and adds generated files to make clean/.gitignore as well.

Merge request reports