summaryrefslogtreecommitdiff
path: root/tools/flymake.mk
diff options
context:
space:
mode:
Diffstat (limited to 'tools/flymake.mk')
-rw-r--r--tools/flymake.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/flymake.mk b/tools/flymake.mk
deleted file mode 100644
index 020a7bf..0000000
--- a/tools/flymake.mk
+++ /dev/null
@@ -1,4 +0,0 @@
-check-syntax:
- $(CC) $(AM_CPPFLAGS) $(AM_CFLAGS) -fsyntax-only $(CHK_SOURCES)
-
-.PHONY: check-syntax