X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile;h=af1216faa8d79f8f7f83d2f35fdf3f54f06cf7ea;hb=4cccc4d2e91e45563a3f77526a5d72fb636d7642;hp=bf528b14cf3728de0306ddc92b49bf85b178bff4;hpb=07f64ac7fd01986bd5cc501ffe7394b09fea0089;p=pcsx_rearmed.git diff --git a/Makefile b/Makefile index bf528b14..af1216fa 100644 --- a/Makefile +++ b/Makefile @@ -302,10 +302,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