rename threads_internal.h -> threads.h
[model-checker.git] / Makefile
index 9e50d84ba53157c49d4a2f97f08fc3d0529bd76c..f484bb9dd1d2a9819d9d50e277ef7847ae67a64f 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
-HEADERS=libthreads.h schedule.h common.h libatomic.h model.h
-FLAGS=-Wall
+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}