diff options
Diffstat (limited to 'ecp/src/vconn/Makefile')
-rw-r--r-- | ecp/src/vconn/Makefile | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/ecp/src/vconn/Makefile b/ecp/src/vconn/Makefile deleted file mode 100644 index 17962c4..0000000 --- a/ecp/src/vconn/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -include ../common.mk - -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 |