Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
jcorbino authored Aug 11, 2023
1 parent 56f6481 commit 9ffe535
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests_C++/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ test4: test4.cpp
$(CXX) $(CXXFLAGS) $(INCPATH) -o test4 test4.cpp $(LIBS)

run: test1 test2 test3 test4
./test1
./test2
./test3
./test4
LD_LIBRARY_PATH=../mole_C++ ./test1
LD_LIBRARY_PATH=../mole_C++ ./test2
LD_LIBRARY_PATH=../mole_C++ ./test3
LD_LIBRARY_PATH=../mole_C++ ./test4

clean:
rm -f test1 test2 test3 test4

0 comments on commit 9ffe535

Please sign in to comment.