all:	check_fstab

check_fstab:	check_fstab.o
	$(CC) -o check_fstab check_fstab.o

clean:
	rm -f *.o *.core check_fstab

