1 2 3 4 5 6 7 8
# Makefile for flymake tests CC_OPTS = -Wall check-syntax: $(CC) $(CC_OPTS) ${CHK_SOURCES} # eof