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