10 lines
165 B
Plaintext
10 lines
165 B
Plaintext
include $(depth)/mk/commondefs
|
|
include $(depth)/mk/localdefs
|
|
|
|
ALL_CXXFLAGS = $(CXXFLAGS) $(COMMONCXXFLAGS) $(LOCALCXXFLAGS)
|
|
|
|
CC = gcc
|
|
CXX = g++
|
|
|
|
LIBSYS = -lpthread
|