model: move model.c --> model.cc
[model-checker.git] / Makefile
index 139e9540884e5210dde95aa785153ea68e4e07e7..6c52f671d92023ca361bf395fbe5677986c8e3a4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
-CC=gcc
+CC=g++
 BIN=libthreads
-SOURCE=libthreads.c schedule.c
-HEADERS=libthreads.h schedule.h common.h
+SOURCE=libthreads.c schedule.c libatomic.c userprog.c model.cc
+HEADERS=libthreads.h schedule.h common.h libatomic.h model.h
 FLAGS=-Wall
 
 all: ${BIN}