--- Makefile 2017-07-26 02:44:57.000000000 +0800 +++ Makefile 2024-06-10 18:07:10.000000000 +0800 @@ -20,11 +20,12 @@ # # On most systems, this should handle everything. # + all: cd lib; make libsdp.a - cd solver; make csdp - cd theta; make all - cd example; make all +# cd solver; make csdp +# cd theta; make all +# cd example; make all # # Perform a unitTest