X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=Makefile;h=84a7b0a10a1e9d9a39c0656978b47d9c322d6922;hb=f19fd46f4e67fd2d4a4041a4eecaa6789f97aba1;hp=139e9540884e5210dde95aa785153ea68e4e07e7;hpb=8b26430bc2c471a6903a91f975dce820d8d38208;p=c11tester.git diff --git a/Makefile b/Makefile index 139e9540..84a7b0a1 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ -CC=gcc +CC=g++ BIN=libthreads -SOURCE=libthreads.c schedule.c -HEADERS=libthreads.h schedule.h common.h +SOURCE=libthreads.c schedule.cc libatomic.c userprog.c model.cc +HEADERS=libthreads.h schedule.h common.h libatomic.h model.h FLAGS=-Wall all: ${BIN}