diff options
author | Joursoir <chat@joursoir.net> | 2020-12-07 19:06:36 +0000 |
---|---|---|
committer | Joursoir <chat@joursoir.net> | 2020-12-07 19:06:36 +0000 |
commit | f7bd80577164da7540ad93fb2fa93df38168133b (patch) | |
tree | 1cade2044219a324867607346a4c9611214a26f8 /src/client/gui/Makefile | |
parent | 9457a74c256bdf090667a5b19238cb5dfd7e031e (diff) | |
download | want-chat-f7bd80577164da7540ad93fb2fa93df38168133b.tar.gz want-chat-f7bd80577164da7540ad93fb2fa93df38168133b.tar.bz2 want-chat-f7bd80577164da7540ad93fb2fa93df38168133b.zip |
add objects level for use fltk
Diffstat (limited to 'src/client/gui/Makefile')
-rw-r--r-- | src/client/gui/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/gui/Makefile b/src/client/gui/Makefile index 2bc0969..67ff3e2 100644 --- a/src/client/gui/Makefile +++ b/src/client/gui/Makefile @@ -1,6 +1,6 @@ CPP = g++ CPPFLAGS = -Wall -g -lfltk -SOURCES = client.cpp +SOURCES = client.cpp OO_FLTK.cpp OBJECTS = $(SOURCES:.cpp=.o) EXECUTABLE = client |