From 0d0e9facfcea3cf96da3b63285865182fdd5477e Mon Sep 17 00:00:00 2001 From: Uros Majstorovic Date: Thu, 11 Jan 2018 21:28:22 +0100 Subject: refatoring dirs --- code/ecp/vconn/Makefile | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 code/ecp/vconn/Makefile (limited to 'code/ecp/vconn/Makefile') diff --git a/code/ecp/vconn/Makefile b/code/ecp/vconn/Makefile new file mode 100644 index 0000000..613601c --- /dev/null +++ b/code/ecp/vconn/Makefile @@ -0,0 +1,14 @@ +include ../../Makefile.platform +CFLAGS=$(CFLAGS_PL) $(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