repo.or.cz
/
agg.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixed install target of makefiles.
[agg.git]
/
Make.config
blob
75b21e681d1faa07b6b234ec567a2452e8329f8c
1
PREFIX = /usr/local
2
MANDIR = $(PREFIX)/man
3
4
INST = install
5
RM = rm
6
7
# You hopefully won't have to touch the following lines.
8
CFLAGS = -W -Wall -Werror -Wfatal-errors -Wextra
9
CFLAGS += -pedantic-errors
10
CFLAGS += -std=c89