Add a README.md
[fseventw.git] / Makefile
1 fseventw: fseventw.c
2 clang -o $@ -Wall -Werror -framework CoreServices -framework CoreFoundation $<