mirror of
https://github.com/intel/llvm.git
synced 2026-02-08 00:50:03 +08:00
7 lines
96 B
Makefile
7 lines
96 B
Makefile
LEVEL = ../make
|
|
|
|
C_SOURCES := main.c
|
|
CFLAGS_EXTRAS += -std=c99
|
|
|
|
include $(LEVEL)/Makefile.rules
|