[UP] can install now
[arrow.git] / conf_slk120 / vim / _vim / files / Rules.make.skel
blob9f9bfbc0a85915f46fe8d52586bb1426d5893f04
1 # rules Makefile
2 # CROSS_PREFIX:=arm-linux-
3 CC= $(CROSS_PREFIX)gcc
4 STRIP =$(CROSS_PREFIX)strip
5 CFLAGS=-O3 -Wall -Werror -Wstrict-prototypes
6 ifndef CROSS_PREFIX
7         CFLAGS+=-DFOR_PC
8 endif
9 LDFLAGS=
10 DEBUG=1