Mercurial > hg > CbC > CbC_examples
view protoGenCheck/Makefile @ 8:37a10fd62ea9
add programs for prototype generation checking
author | Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp> |
---|---|
date | Sat, 21 Feb 2015 21:19:46 +0900 |
parents | |
children |
line wrap: on
line source
CC=/Users/e105711/prog/seminar/CbC/llvmInst/Debug+Asserts/bin/clang TARGET=noProtoFibonacci fibonacci .SUFFIXES: .c .o .c.o: $(CC) -o $< all: $(TARGET) clean: rm -f $(TARGET) rm -f *.o