all: main main: main.c gcc -std=gnu99 main.c fat16.c -o test -g run: main ./test