rename threads_internal.h -> threads.h
[model-checker.git] / Makefile
index 7d7d0716a30ffe967435e08ec659a231994fd3eb..f484bb9dd1d2a9819d9d50e277ef7847ae67a64f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
-CC=gcc
-BIN=libthreads
-SOURCE=libthreads.c schedule.c libatomic.c userprog.c
-HEADERS=libthreads.h schedule.h common.h libatomic.h
-FLAGS=-Wall
+CC=g++
+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}