mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-12 04:12:13 +00:00
Merge pull request #2 from balp/master
-lphread changed into -phread for linking the cpp code
This commit is contained in:
commit
53235864ec
@ -72,4 +72,4 @@ GildedRose.o : $(USER_DIR)/GildedRose.cc \
|
||||
$(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $(USER_DIR)/GildedRose.cc
|
||||
|
||||
GildedRose : GildedRose.o gtest_main.a
|
||||
$(CXX) $(CPPFLAGS) $(CXXFLAGS) -lpthread $^ -o $@
|
||||
$(CXX) $(CPPFLAGS) $(CXXFLAGS) -pthread $^ -o $@
|
||||
|
||||
Loading…
Reference in New Issue
Block a user