summaryrefslogtreecommitdiff
path: root/27_matrix_input/Makefile
blob: f6b6c003197c73e2e360701869544860b537f600 (plain)
1
2
3
4
CFLAGS=-ggdb3 -Wall -Werror -pedantic -std=gnu99

rotateMatrix: rotateMatrix.c
	gcc ${CFLAGS} -o rotateMatrix rotateMatrix.c