all:
check-syntax:
javac -Xlint $(CHK_SOURCES)
Thursday, April 2, 2009
show Java problems in realtime in Emacs
after installing Flymake, create this Makefile:
Subscribe to:
Post Comments (Atom)
This blog is for technical and personal posts. Over different jobs over the years I've written hundreds of articles, and now it's time to share with everyone!
all:
check-syntax:
javac -Xlint $(CHK_SOURCES)
No comments:
Post a Comment