mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-12 20:32:15 +00:00
CHanges -lphread into -pthread, removed compile error
This commit is contained in:
parent
8c534ac0d9
commit
838f61dd97
@ -72,4 +72,4 @@ GildedRose.o : $(USER_DIR)/GildedRose.cc \
|
|||||||
$(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $(USER_DIR)/GildedRose.cc
|
$(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $(USER_DIR)/GildedRose.cc
|
||||||
|
|
||||||
GildedRose : GildedRose.o gtest_main.a
|
GildedRose : GildedRose.o gtest_main.a
|
||||||
$(CXX) $(CPPFLAGS) $(CXXFLAGS) -lpthread $^ -o $@
|
$(CXX) $(CPPFLAGS) $(CXXFLAGS) -pthread $^ -o $@
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user