blob: 94c07acc66eb82b88c7f3eb71c22c620af78d136 [file] [log] [blame]
# Copyright 2015 Andrew Gottemoller.
#
# This software is a copyrighted work licensed under the terms of the
# Weld license. Please consult the file "WELD_LICENSE" for
# details.
# This makefile defines settings for the c language
compile_command := $(if $(gcc_opt_use_clang),clang,gcc)
compiler_flag_list := -std=c99 $(compiler_flag_list)