diff options
Diffstat (limited to 'cripp/Makefile')
-rw-r--r-- | cripp/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cripp/Makefile b/cripp/Makefile new file mode 100644 index 0000000..925e6f7 --- /dev/null +++ b/cripp/Makefile @@ -0,0 +1,2 @@ +CXX = g++ +CXXFLAGS = -Wall -Wextra -O2 -std=c++11 -lgmp -lgmpxx
\ No newline at end of file |