Added emacs' Flymake support to Makefile.

parent c8a8ded0
......@@ -9,3 +9,6 @@ $(MAIN): $(OFILES)
clean:
rm -vf $(MAIN) $(OFILES)
check-syntax:
$(CXX) $(CXXFLAGS) -fsyntax-only ${CHK_SOURCES}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment