9 lines
102 B
Plaintext
9 lines
102 B
Plaintext
|
|
all: $(PCH_NAME) $(PROG)
|
|
|
|
SRCS=PipeLen.cpp
|
|
|
|
PipeLen.o : PipeLen.cpp
|
|
$(CXX) $(CXXFLAGS) PipeLen.cpp
|
|
|