model: add simple comment
[model-checker.git] / Makefile
index f484bb9dd1d2a9819d9d50e277ef7847ae67a64f..d134f02037c0fb83c03112501e4da736a1ec617b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 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
+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}