mirror of
https://github.com/octoleo/lsyncd.git
synced 2025-01-05 16:12:32 +00:00
add check-syntax Makefile target to facilitate hacking with flymake(emacs)
This commit is contained in:
parent
ca8cfa8c67
commit
e7c1af91d7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user