# vim: tabstop=8 shiftwidth=8 noexpandtab:

TOPDIR = $(realpath ../../..)

SOURCES = printf.c scanf.c

include $(TOPDIR)/build/build.kern.mk

CPPFLAGS += -I$(CURDIR)/../include
