a portable and fast pairing-based cryptography library
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mcl/sample/Makefile

24 lines
250 B

10 years ago
include ../common.mk
TARGET=$(TEST_FILE)
LIBS=
SRC=bench.cpp ecdh.cpp random.cpp vote.cpp
10 years ago
all: $(TARGET)
10 years ago
#test: $(TARGET)
# @$(SAMPLE_TEST)
10 years ago
$(OBJDIR):
@$(MKDIR) $(OBJDIR)
clean:
$(CLEAN)
$(LIBS):
$(MAKE) -C ../src
-include $(DEPEND_FILE)