model: add simple comment
[model-checker.git] / Makefile
index 6c52f671d92023ca361bf395fbe5677986c8e3a4..d134f02037c0fb83c03112501e4da736a1ec617b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
 CC=g++
-BIN=libthreads
-SOURCE=libthreads.c schedule.c libatomic.c 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 tree.cc
+HEADERS=libthreads.h schedule.h common.h libatomic.h model.h threads.h tree.h
+FLAGS=-Wall -ldl -g
 
 all: ${BIN}