From 5cd610a07468137066ea4daa5176c3e7045113b0 Mon Sep 17 00:00:00 2001 From: Uros Majstorovic Date: Wed, 5 Aug 2020 03:38:22 +0200 Subject: ecp moved to root; fixed utils and tests --- ecp/src/vconn/Makefile | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 ecp/src/vconn/Makefile (limited to 'ecp/src/vconn/Makefile') diff --git a/ecp/src/vconn/Makefile b/ecp/src/vconn/Makefile new file mode 100644 index 0000000..9d11406 --- /dev/null +++ b/ecp/src/vconn/Makefile @@ -0,0 +1,14 @@ +include ../Makefile.platform +CFLAGS += $(PIC) -I.. + +obj = vconn.o + + +%.o: %.c %.h + $(CC) $(CFLAGS) -c $< + +all: $(obj) + $(AR) rcs libecpvconn.a $(obj) + +clean: + rm -f *.o *.a \ No newline at end of file -- cgit v1.2.3