include ../Makefile.config

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

include ../Makefile.rules
