Mercurial > hg > CbC > CbC_examples
changeset 6:144482c2dcc1
add example to Makefile
author | Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 22 Oct 2014 19:15:03 +0900 |
parents | 90e6146d24cd |
children | e1e9a4eac42d |
files | Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Wed Oct 22 19:02:57 2014 +0900 +++ b/Makefile Wed Oct 22 19:15:03 2014 +0900 @@ -1,6 +1,6 @@ CC=/Users/e105711/prog/seminar/CbC/llvmInst/Debug+Asserts/bin/clang TARGET=bug conv fact-a loto6 normal normal2 test01 test02 test04 test05 test_array test_call test_cs test_para test_para2 test_para4 test_return test_struct test_tailcall1 test_tree tmp1 tmp2 tmp4 test_csp1 test_func2code tmpa too-long-argument test1 stack1 -CFLAGS= -D"CLANG" +CFLAGS=-O2 -D"CLANG" .SUFFIXES: .c .o