6 lines
147 B
Plaintext
6 lines
147 B
Plaintext
include $(depth)/mk/commondefs
|
|
include $(depth)/mk/localdefs
|
|
|
|
ALL_CXXFLAGS = $(CXXFLAGS) $(COMMONCXXFLAGS) $(LOCALCXXFLAGS) -pthread
|
|
LIBSYS = -lz
|