diff options
Diffstat (limited to 'code/vconn/Makefile')
-rw-r--r-- | code/vconn/Makefile | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/code/vconn/Makefile b/code/vconn/Makefile deleted file mode 100644 index 0292b0d..0000000 --- a/code/vconn/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -CFLAGS = -I../core -pthread -O3 $(PIC) - -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 |