Skip to content

Commit

Permalink
'makefile' revised to account for a missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Bill-Gray committed Dec 3, 2023
1 parent 059399e commit 4bf4ee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile
Expand Up @@ -303,7 +303,7 @@ moidtest$(EXE): moidtest.o $(LIBLUNAR)
mpc2sof$(EXE): mpc2sof.cpp mpcorb.o $(LIBLUNAR)
$(CXX) $(CXXFLAGS) -o mpc2sof$(EXE) mpc2sof.cpp mpcorb.o $(LIBLUNAR) $(LIBSADDED)

mpc_code$(EXE): mpc_code.cpp
mpc_code$(EXE): mpc_code.cpp snprintf.o
$(CXX) $(CXXFLAGS) -o mpc_code$(EXE) mpc_code.cpp snprintf.o -DTEST_CODE

oblitest$(EXE): oblitest.o obliqui2.o $(LIBLUNAR)
Expand Down

0 comments on commit 4bf4ee7

Please sign in to comment.