add check-syntax Makefile target to facilitate hacking with flymake(emacs)

This commit is contained in:
Junichi Uekawa 2008-10-08 04:08:42 +00:00
parent ca8cfa8c67
commit e7c1af91d7
1 changed files with 3 additions and 0 deletions

View File

@ -9,3 +9,6 @@ TESTS = tests/help.sh \
datarootdir = @datarootdir@
EXTRA_DIST = config.h.in inotify-nosys.h
check-syntax:
$(CC) -c -O2 -Wall $(CHK_SOURCES) -o/dev/null