From fbb5a477eaed7a4dc0a8adf2785c20653f064af7 Mon Sep 17 00:00:00 2001 From: Uros Majstorovic Date: Tue, 15 Mar 2022 04:34:50 +0100 Subject: basic test passed --- ecp/test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ecp/test/Makefile') diff --git a/ecp/test/Makefile b/ecp/test/Makefile index 20b50e5..ce12a87 100644 --- a/ecp/test/Makefile +++ b/ecp/test/Makefile @@ -7,7 +7,7 @@ dep=../build-posix/*.a ../util/libecputil.a %.o: %.c $(CC) $(CFLAGS) -c $< -all: basic dir server echo frag stress vcs vc_server vc_client vc_client_t +all: basic # dir server echo frag stress vcs vc_server vc_client vc_client_t basic: basic.o init.o $(dep) $(CC) -o $@ $< init.o $(dep) $(LDFLAGS) -- cgit v1.2.3