# vim: tabstop=8 shiftwidth=8 noexpandtab:

TOPDIR = $(realpath ../..)

SOURCES = $(wildcard src/*.c)

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