include ../Makefile.config

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

include ../Makefile.rules
