diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -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 |