APUE Learning Example Source Code
guowenxue
2023-11-06 7856bf3569cc448fe3b360c3fca836593a0c0c7d
prj1_tlv/makefile
@@ -17,7 +17,7 @@
# Linker flags
LDFLAGS=-L${SUBDIR1} -l${SUBDIR1} 
LDFLAGS+=-lpthread
LDFLAGS+=-lpthread -lsqlite3
all: banner lib${SUBDIR1}