[SOLVED] Makefile fails on Debian 11

I just upgraded to a clean install of the new stable Debian 11 release. After reinstalling all the necessities I found that I couldn’t compile any VST3 plugin. Not even a freshly created and exported one. Make will immediately fail with:

Makefile:126: *** target pattern contains no '%'.  Stop.

The line in question in the Makefile is:

VST3 : $(JUCE_OUTDIR)/$(JUCE_TARGET_VST3)

Versions are: Juce 6.0.8, make 4.3.

Note that I am not using CMake, but exporting from Projucer.

Does anyone know what’s happening?

After installing g++, compiling Projucer again and reexporting it works now. So one of those was necessary. My bet is on g++ :wink: