repo.or.cz
/
arrow.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
add hook for email and git completion
[arrow.git]
/
ncurses
/
Rules.make
blob
d170ae737155bd65a0488248cc962e38197b8ca7
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
11