all: showfileattr pdir showfileattr: showfileattr.c gcc -Wall -o showfileattr showfileattr.c pdir: pdir.c gcc -Wall -o pdir pdir.c