gearmulator

Emulation of classic VA synths of the late 90s/2000s that are based on Motorola 56300 family DSPs
Log | Files | Refs | Submodules | README | LICENSE

Makefile (99B)


      1 .PHONY: default
      2 default:
      3 	$(MAKE) -C Builds/LinuxMakefile/
      4 %:
      5 	$(MAKE) -C Builds/LinuxMakefile/ $@