X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=be9439186744d91b1dfb6a2f66571b4e6cf5410e;hb=c292798a57295784236802c7739af08214ab0293;hp=642a4c66f103381cc4288f30e4693fce41a5e86b;hpb=ebefdeefeeefd0dc1ab0e34ae63ceb164abab9f4;p=pcsx_rearmed.git diff --git a/Makefile b/Makefile index 642a4c66..be943918 100644 --- a/Makefile +++ b/Makefile @@ -421,10 +421,10 @@ ifneq ($(PLUGINS),) plugins_: $(PLUGINS) $(PLUGINS): - make -C $(dir $@) + $(MAKE) -C $(dir $@) clean_plugins: - make -C plugins/gpulib/ clean + $(MAKE) -C plugins/gpulib/ clean for dir in $(PLUGINS) ; do \ $(MAKE) -C $$(dirname $$dir) clean; done else