Makefile 110 Bytes
Newer Older
1
2
3
4
5
6
#
# Makefile
# Kevin Lyda, 2017-10-12 19:14
#

cube-test: cube-test.c
Kevin Lyda's avatar
Kevin Lyda committed
7
	$(CC) -Wall -o $@ $<
8
9
10
11


# vim:ft=make
#