Skip to content

Commit

Permalink
v0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
afify committed Feb 20, 2021
1 parent fe04c73 commit ee980b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BSD 3-Clause License

© 2020 Hassan Afify <hassan at afify dot dev>
© 2020-2021 Hassan Afify <hassan at afify dot dev>
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
4 changes: 2 additions & 2 deletions config.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# azan version
VERSION = 0.1
VERSION = 0.2

# paths
PREFIX = /usr/local
Expand All @@ -9,7 +9,7 @@ MANPREFIX = ${PREFIX}/share/man
AFLAGS = -f elf64 -w+all -D$$(uname) -DVERSION=\"${VERSION}\"
LFLAGS = -m elf_x86_64 -s -no-pie
# FreeBSD (uncomment)
# LFLAGS = -m elf_amd64_fbsd -s
#LFLAGS = -m elf_amd64_fbsd -s

# assembler and linker
ASM = nasm
Expand Down

0 comments on commit ee980b3

Please sign in to comment.