initial monopoly test
This commit is contained in:
@@ -24,7 +24,9 @@ SRC = main.cpp low_level_display_sfml.cpp input_manager.cpp game_launcher.cpp \
|
||||
../display/low_level_render.cpp \
|
||||
../display/low_level_gui.cpp \
|
||||
../games/demo_game.cpp \
|
||||
../games/tic_tac_toe.cpp
|
||||
../games/tic_tac_toe.cpp \
|
||||
../games/monopoly/monopoly_game.cpp \
|
||||
../games/monopoly/player.c
|
||||
|
||||
$(TARGET): $(SRC)
|
||||
$(CXX) $(CXXFLAGS) $(SRC) -o $(TARGET) $(INCLUDES) $(LIBS)
|
||||
|
||||
Reference in New Issue
Block a user