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/misc/Makefile

7 lines
160 B

all: low_test
CFLAGS=-I ../include/ -m32 -Ofast -Wall -Wextra -DNDEBUG
4 years ago
low_test: low_test.cpp ../src/low_funct.hpp
$(CXX) -o low_test low_test.cpp $(CFLAGS)