X-Git-Url: http://plrg.eecs.uci.edu/git/?p=c11tester.git;a=blobdiff_plain;f=Makefile;h=0d2af4647ed740a8fb21decc2c36d6e0e5b71d40;hp=96fe63be6f36897bc93e09167807b2a2a1476a8b;hb=67fd0674445ff7f815fd37e704779df42f1714d7;hpb=9935cd27715daa888bde51af3975974140df1789;ds=sidebyside diff --git a/Makefile b/Makefile index 96fe63be..0d2af464 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ OBJECTS := libthreads.o schedule.o model.o threads.o librace.o action.o \ datarace.o impatomic.o cmodelint.o \ snapshot.o malloc.o mymemory.o common.o mutex.o conditionvariable.o \ context.o execution.o libannotate.o plugins.o pthread.o futex.o fuzzer.o \ - sleeps.o history.o + sleeps.o history.o printf.o CPPFLAGS += -Iinclude -I. LDFLAGS := -ldl -lrt -rdynamic