include ../Makefile.config

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

include ../Makefile.rules
