aboutsummaryrefslogtreecommitdiff
path: root/cripp/Makefile
diff options
context:
space:
mode:
authortomsmeding <hallo@tomsmeding.nl>2015-10-14 21:46:42 +0200
committertomsmeding <hallo@tomsmeding.nl>2015-10-14 21:51:00 +0200
commit34a4ab54f7f1e58396a636d322c2a674c04e2344 (patch)
treec179251eea3839ec6b28b3ee18f546f15a3a4d7f /cripp/Makefile
parent7a4871a6fbacb6e14fc4a52d8faa6ffeb8e86d7f (diff)
Add beginnings of cripp
Diffstat (limited to 'cripp/Makefile')
-rw-r--r--cripp/Makefile2
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