rename binary: libthreads -> model
[c11tester.git] / Makefile
index 327bbb57ed9f841a4417b7918e34e03515bea73c..de622ecb2b1e3eed7687165b2fa43b1ec88e1a2b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
 CC=g++
-BIN=libthreads
-SOURCE=libthreads.cc schedule.cc libatomic.cc userprog.c model.cc malloc.c
-HEADERS=libthreads.h schedule.h common.h libatomic.h model.h
-FLAGS=-Wall -ldl
+BIN=model
+SOURCE=libthreads.cc schedule.cc libatomic.cc userprog.c model.cc malloc.c threads.cc
+HEADERS=libthreads.h schedule.h common.h libatomic.h model.h threads_internal.h
+FLAGS=-Wall -ldl -g
 
 all: ${BIN}