X-Git-Url: http://plrg.eecs.uci.edu/git/?p=c11tester.git;a=blobdiff_plain;f=Makefile;h=84a7b0a10a1e9d9a39c0656978b47d9c322d6922;hp=6c52f671d92023ca361bf395fbe5677986c8e3a4;hb=f19fd46f4e67fd2d4a4041a4eecaa6789f97aba1;hpb=d01b0c8539b62df07138301856f8202b12247179 diff --git a/Makefile b/Makefile index 6c52f671..84a7b0a1 100644 --- 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