Files
clang-p2996/lldb/test/functionalities/breakpoint/breakpoint_conditions/Makefile
Daniel Malea 804bdb3ead Add missing -std=c99 flag to appease GCC 4.6
- this issue was detected on recent GCC buildbot runs

llvm-svn: 185571
2013-07-03 19:34:25 +00:00

7 lines
102 B
Makefile

LEVEL = ../../../make
C_SOURCES := main.c
CFLAGS_EXTRAS := -std=c99
include $(LEVEL)/Makefile.rules