include ../Makefile.config

PROJECT := pipe
SRCS    := $(wildcard *.cpp)
OBJS    := $(SRCS:.cpp=.o)

include ../Makefile.rules
