summaryrefslogtreecommitdiff
path: root/code/ecp/crypto/poly1305/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'code/ecp/crypto/poly1305/Makefile')
-rw-r--r--code/ecp/crypto/poly1305/Makefile14
1 files changed, 0 insertions, 14 deletions
diff --git a/code/ecp/crypto/poly1305/Makefile b/code/ecp/crypto/poly1305/Makefile
deleted file mode 100644
index 7645ca4..0000000
--- a/code/ecp/crypto/poly1305/Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-include ../../Makefile.platform
-CFLAGS += $(PIC) -I../include -D__BEGIN_HIDDEN_DECLS= -D__END_HIDDEN_DECLS=
-
-obj = poly1305.o
-
-
-all: $(obj)
-dep: all
-
-%.o: %.c
- $(CC) $(CFLAGS) -c $<
-
-clean:
- rm -f *.o *.a