summaryrefslogtreecommitdiff
path: root/code/proxy/Makefile
diff options
context:
space:
mode:
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