# This is a comment line
CC=gcc


all: run

run: run.c fis.c
	$(CC) run.c -I. -o run