X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=mpmc-queue%2FMakefile;fp=mpmc-queue%2FMakefile;h=520fcf9aa39ab299a6bcf004a47cb6ce0aa6e2f1;hb=2ff5de3fa8cd54945389491bd32a414a1b0e3a99;hp=05272db4721e3446d36f05f122ea1f8fee9359ce;hpb=1c06f3210549c537772708197b8b6341f6fafe35;p=model-checker-benchmarks.git diff --git a/mpmc-queue/Makefile b/mpmc-queue/Makefile index 05272db..520fcf9 100644 --- a/mpmc-queue/Makefile +++ b/mpmc-queue/Makefile @@ -9,7 +9,7 @@ mpmc-queue: CPPFLAGS += -DCONFIG_MPMC_READERS=2 -DCONFIG_MPMC_WRITERS=2 mpmc-1r2w: CPPFLAGS += -DCONFIG_MPMC_READERS=1 -DCONFIG_MPMC_WRITERS=2 mpmc-2r1w: CPPFLAGS += -DCONFIG_MPMC_READERS=2 -DCONFIG_MPMC_WRITERS=1 -%: $(TESTNAME).cc $(TESTNAME).h +$(TESTS): $(TESTNAME).cc $(TESTNAME).h $(CXX) -o $@ $< $(CPPFLAGS) $(LDFLAGS) clean: