r285226 dropped the code that did these checks. I am pretty sure that was inadvertent, so I added that back in and added a test for it. <rdar://problem/31661252> llvm-svn: 300564
7 lines
99 B
Makefile
7 lines
99 B
Makefile
LEVEL = ../../make
|
|
|
|
C_SOURCES := main.c
|
|
CFLAGS_EXTRAS += -std=c99
|
|
|
|
include $(LEVEL)/Makefile.rules
|