aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/Makefile b/Makefile
index 5e496b3a..e69de29b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,9 +0,0 @@
-ifneq ($(findstring i686,$(TARGET)),)
- CFLAGS += -m32
-else
- CFLAGS += -m64
-endif
-
-default:
- $(CC) $(CFLAGS) -c native/bn_is_zero.c -o $(OUT_DIR)/bn_is_zero.o
- $(AR) crus $(OUT_DIR)/libwrapped.a $(OUT_DIR)/bn_is_zero.o