Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -23,7 +23,7 @@ testserver2: testserver2.o test_handler.o | @@ -23,7 +23,7 @@ testserver2: testserver2.o test_handler.o | ||
| 23 | testtcp: testclient.o | 23 | testtcp: testclient.o |
| 24 | $(CC) $(LDFLAGS) -std=c99 $(LIBS) -o $@ $< | 24 | $(CC) $(LDFLAGS) -std=c99 $(LIBS) -o $@ $< |
| 25 | 25 | ||
| 26 | -testudp: testudp.o | 26 | +testudp: testclient.o |
| 27 | $(CC) $(LDFLAGS) -std=c99 $(LIBS) -o $@ $< | 27 | $(CC) $(LDFLAGS) -std=c99 $(LIBS) -o $@ $< |
| 28 | 28 | ||
| 29 | testudp.o: testclient.c | 29 | testudp.o: testclient.c |
Please
register
or
login
to post a comment