summaryrefslogtreecommitdiff
path: root/ecp/test/Makefile
diff options
context:
space:
mode:
authorUros Majstorovic <majstor@majstor.org>2022-03-15 04:34:50 +0100
committerUros Majstorovic <majstor@majstor.org>2022-03-15 04:34:50 +0100
commitfbb5a477eaed7a4dc0a8adf2785c20653f064af7 (patch)
treee1137fadf5735e8c5b90a3ca25ef5e516f352639 /ecp/test/Makefile
parent620c0560567b1143afb0477c6c2ec9f44ab63a77 (diff)
basic test passed
Diffstat (limited to 'ecp/test/Makefile')
-rw-r--r--ecp/test/Makefile2
1 files changed, 1 insertions, 1 deletions
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)