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