X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=Makefile;h=327bbb57ed9f841a4417b7918e34e03515bea73c;hb=1064d480bed6b57e551f3c9ffe6a6d8f29ebe92e;hp=7d7d0716a30ffe967435e08ec659a231994fd3eb;hpb=b37435df867398e452d2c42d6a557d6ec140e2a1;p=model-checker.git diff --git a/Makefile b/Makefile index 7d7d071..327bbb5 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ -CC=gcc +CC=g++ BIN=libthreads -SOURCE=libthreads.c schedule.c libatomic.c userprog.c -HEADERS=libthreads.h schedule.h common.h libatomic.h -FLAGS=-Wall +SOURCE=libthreads.cc schedule.cc libatomic.cc userprog.c model.cc malloc.c +HEADERS=libthreads.h schedule.h common.h libatomic.h model.h +FLAGS=-Wall -ldl all: ${BIN}