X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile;h=ac749dba8551d18ef7414cb4de0333d0c579c49e;hb=ee44841002db3b2475ce02619d141aee6631242b;hp=4b6b4ea024bcf1b381258ddf6d575aed8616e49c;hpb=4b629b399ccfba8ca942acbdb808938f0f1aabca;p=virtualjaguar diff --git a/Makefile b/Makefile index 4b6b4ea..ac749db 100644 --- a/Makefile +++ b/Makefile @@ -39,11 +39,11 @@ makefile-qt: virtualjaguar.pro libs: obj/libmusashi.a obj/libjaguarcore.a @echo -e "\033[01;33m***\033[00;32m Libraries successfully made.\033[00m" -obj/libmusashi.a: musashi.mak +obj/libmusashi.a: musashi.mak sources @echo -e "\033[01;33m***\033[00;32m Making Musashi...\033[00m" $(MAKE) -f musashi.mak -obj/libjaguarcore.a: jaguarcore.mak +obj/libjaguarcore.a: jaguarcore.mak sources @echo -e "\033[01;33m***\033[00;32m Making Virtual Jaguar core...\033[00m" $(MAKE) -f jaguarcore.mak