rename other *.c to *.cc
[model-checker.git] / Makefile
index 7d7d0716a30ffe967435e08ec659a231994fd3eb..9e50d84ba53157c49d4a2f97f08fc3d0529bd76c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
-CC=gcc
+CC=g++
 BIN=libthreads
-SOURCE=libthreads.c schedule.c libatomic.c userprog.c
-HEADERS=libthreads.h schedule.h common.h libatomic.h
+SOURCE=libthreads.cc schedule.cc libatomic.cc userprog.c model.cc
+HEADERS=libthreads.h schedule.h common.h libatomic.h model.h
 FLAGS=-Wall
 
 all: ${BIN}