diff options
author | Uros Majstorovic <majstor@majstor.org> | 2021-09-01 03:47:19 +0200 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2021-09-01 03:47:19 +0200 |
commit | b98a39ddae6a9cd002465bd46c19a1cb9285174b (patch) | |
tree | 1d18ab7cd34b2f07b4fbb313f845111d4d09b847 /ecp/test/Makefile | |
parent | 2a33ef2344145e12f1eea96214cdb317857321c1 (diff) |
updated directory service
Diffstat (limited to 'ecp/test/Makefile')
-rw-r--r-- | ecp/test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ecp/test/Makefile b/ecp/test/Makefile index 84fdbe1..8bb17a3 100644 --- a/ecp/test/Makefile +++ b/ecp/test/Makefile @@ -51,4 +51,4 @@ voip: voip.o init.o $(dep) clean: rm -f *.o - rm -f basic client server echo frag stress vcs vc_server vc_client vc_client_t voip + rm -f basic dir client server echo frag stress vcs vc_server vc_client vc_client_t voip |