[ADD] conf deplate, and test viki.
[arrow.git] / ncurses / Rules.make
blobd170ae737155bd65a0488248cc962e38197b8ca7
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=-lncurses
10 # DEBUG=1