summaryrefslogtreecommitdiff
path: root/code/proxy/Makefile
diff options
context:
space:
mode:
authorUros Majstorovic <majstor@majstor.org>2017-08-13 00:22:37 +0200
committerUros Majstorovic <majstor@majstor.org>2017-08-13 00:22:37 +0200
commitd830d95720e41b3374dd1edda04ef1ea4272967d (patch)
treeb45b601cecdcf8dfa33351c3b2170eac13d13116 /code/proxy/Makefile
parentcdb555810c1fc9c94dd02a66a96876923d78a650 (diff)
proxy renamed to vconn
Diffstat (limited to 'code/proxy/Makefile')
-rw-r--r--code/proxy/Makefile13
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