pub/dh-kcdsa.c: Free the correct factor.
[catacomb] / vars.am
diff --git a/vars.am b/vars.am
index be1847f..b99cfcf 100644 (file)
--- a/vars.am
+++ b/vars.am
@@ -130,4 +130,12 @@ SUFFIXES           += .c .t$(EXEEXT) .to
 .PRECIOUS: %.to %.t$(EXEEXT)
 CLEANFILES             += *.to *.t$(EXEEXT)
 
+###--------------------------------------------------------------------------
+### Experimental flymake hack.
+
+check-syntax:
+       $(COMPILE) -S -o/dev/null \
+               -DTEST_RIG -DSRCDIR=\"$(SRCDIR)\" \
+               $(CHK_SOURCES)
+
 ###----- That's all, folks --------------------------------------------------