Commit 6c66a61bbf21e908bedc5930e9a70acf29d3ebe1

Authored by Georg Hopp
1 parent 04b6f18e

Fix make dependency

Showing 1 changed file with 1 additions and 1 deletions
... ... @@ -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: testudp.o
  26 +testudp: testclient.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