Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Christian Fibich
zmq_chat
Commits
01cb2c20
Commit
01cb2c20
authored
Apr 06, 2017
by
Christian Fibich
Browse files
Corrected Makefile. Thanks Paul Gules.
parent
c8fcc5d2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
01cb2c20
...
...
@@ -9,13 +9,13 @@ strings.o : common/zmq_strings.c
$(CC)
$(CFLAGS)
-c
$(LDFLAGS)
common/zmq_strings.c
-o
strings.o
zmq_chat_printer
:
strings.o printer/printer.c common/messages.h
$(CC)
$(CFLAGS)
$(LDFLAGS)
strings.o printer/printer.c
-o
zmq_chat_printer
$(CC)
$(CFLAGS)
strings.o printer/printer.c
$(LDFLAGS)
-o
zmq_chat_printer
zmq_chat_poster
:
strings.o poster/poster.c common/messages.h
$(CC)
$(CFLAGS)
$(LDFLAGS)
strings.o poster/poster.c
-o
zmq_chat_poster
$(CC)
$(CFLAGS)
strings.o poster/poster.c
$(LDFLAGS)
-o
zmq_chat_poster
zmq_chat_server
:
strings.o server/server.c common/messages.h
$(CC)
$(CFLAGS)
$(LDFLAGS)
strings.o server/server.c
-o
zmq_chat_server
$(CC)
$(CFLAGS)
strings.o server/server.c
$(LDFLAGS)
-o
zmq_chat_server
clean
:
rm
-f
zmq_chat_printer zmq_chat_poster zmq_chat_server strings.o
\ No newline at end of file
rm
-f
zmq_chat_printer zmq_chat_poster zmq_chat_server strings.o
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment