all:
	gcc -Wall -pedantic -o fileinfo fileinfo.c

clean:
	rm fileinfo
