#
# Makefile
# Kevin Lyda, 2017-10-12 19:14
#

cube-test: cube-test.c
	$(CC) -Wall -o $@ $<


# vim:ft=make
#
