diff options
author | Uros Majstorovic <majstor@majstor.org> | 2017-08-13 00:22:37 +0200 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2017-08-13 00:22:37 +0200 |
commit | d830d95720e41b3374dd1edda04ef1ea4272967d (patch) | |
tree | b45b601cecdcf8dfa33351c3b2170eac13d13116 /code/proxy/Makefile | |
parent | cdb555810c1fc9c94dd02a66a96876923d78a650 (diff) |
proxy renamed to vconn
Diffstat (limited to 'code/proxy/Makefile')
-rw-r--r-- | code/proxy/Makefile | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/code/proxy/Makefile b/code/proxy/Makefile deleted file mode 100644 index 9a8490c..0000000 --- a/code/proxy/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -CFLAGS = -I../core -pthread -O3 $(PIC) - -obj = proxy.o - - -%.o: %.c %.h - $(CC) $(CFLAGS) -c $< - -all: $(obj) - $(AR) rcs libecpproxy.a $(obj) - -clean: - rm -f *.o *.a
\ No newline at end of file |