all: countfstree countfstree2 countfstree: countfstree.c gcc -Wall -pedantic -O3 -o countfstree countfstree.c countfstree2: countfstree2.c gcc -Wall -pedantic -O3 -o countfstree2 countfstree2.c