rename other *.c to *.cc
[model-checker.git] / Makefile
index 84a7b0a10a1e9d9a39c0656978b47d9c322d6922..9e50d84ba53157c49d4a2f97f08fc3d0529bd76c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 CC=g++
 BIN=libthreads
-SOURCE=libthreads.c schedule.cc libatomic.c userprog.c model.cc
+SOURCE=libthreads.cc schedule.cc libatomic.cc userprog.c model.cc
 HEADERS=libthreads.h schedule.h common.h libatomic.h model.h
 FLAGS=-Wall