We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e54843 commit 188483cCopy full SHA for 188483c
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