We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3e54843 + 188483c commit 8a064f0Copy full SHA for 8a064f0
chapter07/Makefile
@@ -34,7 +34,7 @@ CC = gcc
34
CXX = g++
35
RM = rm -f
36
37
-TARGETS = pwriter preader pmemobj_alloc.c reserve_publish.c tx.c
+TARGETS = pwriter preader pmemobj_alloc reserve_publish tx
38
TARGETS_LISTINGS = $(addsuffix .lst, $(TARGETS))
39
40
LIBS = -lpmemobj -lpmem -lpthread
0 commit comments