TARGET = main.elf
SRCS = main.cc

all: $(TARGET)

include ../config.mk