all: gcc -w *.c -o fsom_example clean: rm -f *.o fsom_example