Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
renecannao authored Aug 19, 2023
1 parent 2d258a9 commit 52b82d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/tap/tap/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ OPT=-O2
debug: OPT = -O0 -DDEBUG -ggdb
debug: libtap.a libtap.so

command_line.o: command_line.cpp
command_line.o: command_line.cpp cpp-dotenv/static/cpp-dotenv/libcpp_dotenv.a
g++ -fPIC -c command_line.cpp -std=c++11 $(INCLUDEDIRS) $(OPT)

utils.o: utils.cpp
utils.o: utils.cpp cpp-dotenv/static/cpp-dotenv/libcpp_dotenv.a
g++ -fPIC -c utils.cpp -std=c++11 $(INCLUDEDIRS) $(OPT)

tap.o: tap.cpp
tap.o: tap.cpp cpp-dotenv/static/cpp-dotenv/libcpp_dotenv.a
g++ -fPIC -c tap.cpp -std=c++11 $(INCLUDEDIRS) $(OPT)

libtap.a: tap.cpp tap.h command_line.cpp command_line.h utils.cpp utils.h tap.o command_line.o utils.o cpp-dotenv/static/cpp-dotenv/libcpp_dotenv.a
Expand Down

0 comments on commit 52b82d7

Please sign in to comment.