mirror of
https://github.com/octoleo/lsyncd.git
synced 2025-01-23 07:08:33 +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@
|
datarootdir = @datarootdir@
|
||||||
|
|
||||||
EXTRA_DIST = config.h.in inotify-nosys.h
|
EXTRA_DIST = config.h.in inotify-nosys.h
|
||||||
|
|
||||||
|
check-syntax:
|
||||||
|
$(CC) -c -O2 -Wall $(CHK_SOURCES) -o/dev/null
|
||||||
|
Loading…
x
Reference in New Issue
Block a user