Toggle navigation
Sign in
taskrambler
/
libtrcomm
·
Commits
GitLab
Go to group
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Labels
Wiki
Forks
Snippets
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
6c66a61bbf21e908bedc5930e9a70acf29d3ebe1
Authored by
Georg Hopp
2015-10-26 17:13:24 +0100
1 parent
04b6f18e
Fix make dependency
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
testers/Makefile
testers/Makefile
View file @
6c66a61
...
...
@@ -23,7 +23,7 @@ testserver2: testserver2.o test_handler.o
23
23
testtcp
:
testclient.o
24
24
$(CC)
$(LDFLAGS)
-std
=
c99
$(LIBS)
-o
$@
$<
25
25
26
-
testudp
:
test
udp
.o
26
+
testudp
:
test
client
.o
27
27
$(CC)
$(LDFLAGS)
-std
=
c99
$(LIBS)
-o
$@
$<
28
28
29
29
testudp.o
:
testclient.c
...
...
Please
register
or
login
to post a comment