Skip to content

Instantly share code, notes, and snippets.

@MasWag
Created December 17, 2013 08:55
Show Gist options
  • Save MasWag/8001989 to your computer and use it in GitHub Desktop.
Save MasWag/8001989 to your computer and use it in GitHub Desktop.
flymakeのみ行う簡単なMakefile simple Makefile only runs flymake
CC = gcc
check-syntax:
$(CC) -fsyntax-only $(CHK_SOURCES)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment