From 9f54f2222a180d2563433d267f5505881c69c71b Mon Sep 17 00:00:00 2001 From: tomsmeding Date: Thu, 17 Dec 2015 20:02:02 +0100 Subject: some cripp fixes --- cripp/Makefile | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'cripp/Makefile') diff --git a/cripp/Makefile b/cripp/Makefile index 925e6f7..91015ae 100644 --- a/cripp/Makefile +++ b/cripp/Makefile @@ -1,2 +1,13 @@ CXX = g++ -CXXFLAGS = -Wall -Wextra -O2 -std=c++11 -lgmp -lgmpxx \ No newline at end of file +CXXFLAGS = -Wall -Wextra -O2 -std=c++11 -lgmp -lgmpxx -I/usr/local/include -L/usr/local/lib +BIN = cripp + +.PHONY: all clean remake + +all: $(BIN) + +clean: + rm -f $(BIN) + +remake: clean all + -- cgit v1.2.3-70-g09d2