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