Changes in client/makefile [11402be:edfd1d0] in network-game


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • client/makefile

    r11402be redfd1d0  
    33FLAGS = $(LIB_FLAGS)
    44COMMON_PATH = ../common
    5 DEPENDENCIES = Common.o Message.o Player.o chat.o GuiComponent.o Window.o Textbox.o Button.o
     5DEPENDENCIES = Message.o Player.o chat.o GuiComponent.o Window.o Textbox.o Button.o
    66
    77gameClient : Client/main.cpp $(DEPENDENCIES)
    88        $(CC) -o $@ $+ $(FLAGS)
    9 
    10 Common.o : $(COMMON_PATH)/Common.cpp
    11         $(CC) -c -o $@ $? $(FLAGS)
    129
    1310Message.o : $(COMMON_PATH)/Message.cpp
Note: See TracChangeset for help on using the changeset viewer.