mirror of
https://github.com/intel/llvm.git
synced 2026-01-25 01:07:04 +08:00
5 lines
70 B
Makefile
5 lines
70 B
Makefile
C_SOURCES := main.c
|
|
CFLAGS_EXTRAS := -std=c99
|
|
|
|
include Makefile.rules
|