Browse Source

touch gammas, x0, x1 in makefile

avadapal 2 years ago
parent
commit
1ef03352bf
1 changed files with 1 additions and 0 deletions
  1. 1 0
      2p-preprocessing/Makefile

+ 1 - 0
2p-preprocessing/Makefile

@@ -5,6 +5,7 @@ LIBS = -lbsd -lboost_system -lboost_thread -pthread
 FLAGS = -DBOOST_ERROR_CODE_HEADER_ONLY #-DDEBUG 
 DEBUGFLAGS = -DBOOST_ERROR_CODE_HEADER_ONLY -DDEBUG 
 build: ot_blinds.cpp ot_blinds.h
+	touch gamma0 x0 y0 x1 y1 gamma1
 	g++ -DECCLVL=251 -I ~/OTExtension/extern/ENCRYPTO_utils/src/ -I ~/OTExtension/ -O3 -DNDEBUG -std=gnu++17 -o ot_blinds.cpp.o -c ot_blinds.cpp
 	g++ -O3 -DNDEBUG ot_blinds.cpp.o -o OT external/libaby.a external/libencrypto_utils.a -lstdc++fs external/libotextension.a external/libencrypto_utils.a external/librelic_s.a -lpthread -l boost_system -l boost_thread -l gmp -l gmpxx -l crypto