Mercurial > hg > CbC > old > DPP
comparison Makefile @ 4:b7d63c5499e7
Remove warnings in dpp
author | Yasutaka Higa <e115763@ie.u-ryukyu.ac.jp> |
---|---|
date | Fri, 25 Dec 2015 16:00:52 +0900 |
parents | 6bf69a0f2e24 |
children | 7f2db1e1bf2f |
comparison
equal
deleted
inserted
replaced
3:6bf69a0f2e24 | 4:b7d63c5499e7 |
---|---|
1 CC=clang | 1 CC=clang |
2 MCC=cbc-clang | 2 MCC=cbc-clang |
3 TARGET=dpp dpp2 tableau tableau2 tableau3 | 3 TARGET=dpp dpp2 tableau tableau2 tableau3 |
4 MCCFLAGS=-S -c -g | 4 MCCFLAGS=-c -g |
5 CFLAGS=-I. -g -Wall | 5 CFLAGS=-I. -g -Wall |
6 | 6 |
7 .SUFFIXES: .cbc .c .o | 7 .SUFFIXES: .cbc .c .o |
8 | 8 |
9 .cbc.o: | 9 .cbc.o: |