add a new class 'ModelHistory'
[c11tester.git] / Makefile
index 7c73b9ba92ab8744b55598a3d57a6436e26238d2..72b2f5266fdfc05d8f0ded9bf328b392f43503cd 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -39,7 +39,6 @@ malloc.o: malloc.c
 futex.o: futex.cc
        $(CXX) -fPIC -c futex.cc -std=c++11 $(CPPFLAGS)
 
-
 %.o : %.cc
        $(CXX) -MMD -MF .$@.d -fPIC -c $< $(CPPFLAGS)