APUE Learning Example Source Code
guowenxue
2021-10-01 3228e2c4a523a9b94639655d1d79b7bde7f19130
prj1_tlv/makefile
@@ -17,7 +17,7 @@
# Linker flags
LDFLAGS=-L${SUBDIR1} -l${SUBDIR1} 
LDFLAGS+=-lpthread
LDFLAGS+=-lpthread -lsqlite3
all: banner lib${SUBDIR1}