repo.or.cz
/
azan.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[doc] update clone urls to afify.dev/azan
[azan.git]
/
config.mk
blob
ef06ac8a8e1d5547e97d9b8b803ca51e994d0b83
1
# azan version
2
VERSION
=
0.2
3
4
# paths
5
PREFIX
= /
usr
/
local
6
MANPREFIX
= ${
PREFIX
}/
share
/
man
7
8
# flags
9
AFLAGS
= -
f elf64
-
w
+
all
-
D
$$(
uname
) -
DVERSION
=
\"
${
VERSION
}
\"
10
LFLAGS
= -
m elf_x86_64
-
s
-
no-pie
11
# FreeBSD (uncomment)
12
#LFLAGS = -m elf_amd64_fbsd -s
13
14
# assembler and linker
15
ASM
=
nasm
16
LNK
=
ld