repo.or.cz
/
io
/
quag.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Cairo: changed build.io to make the addon compile on my machine
[io/quag.git]
/
tools
/
editlib_test
/
Makefile
blob
f1d2754527b3a3bfc6fedcc85b1a4e3210a07b08
1
LDFLAGS
=-
ledit
2
editlib_test
:
editlib_test.c
3
4
clean
:
5
$(
RM
)
editlib_test
6
7
hasEditLib
:= $(
wildcard
editlib_test
)
8
ifeq
($(
strip
$(
hasEditLib
)),)
9
warn
:
10
@echo
11
@echo
"Compiling libedit test [FAILED]"
12
@echo
" - Command line history disabled"
13
@echo
14
else
15
warn
:
16
endif
17
18
.PHONY
:
clean
warn