rename threads_internal.h -> threads.h
[model-checker.git] / Makefile
index 7e4f5b6693f19badbc85c531f1ec7aba0ae81961..f484bb9dd1d2a9819d9d50e277ef7847ae67a64f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 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 threads_internal.h
+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.h
 FLAGS=-Wall -ldl -g
 
 all: ${BIN}