azan

prayers time calculator written in nasm x86-64
git clone https://git.afify.dev/azan.git
Log | Files | Refs | README | LICENSE

commit ee980b34621365d327448490485091378385149c
parent fe04c733a140d9b0a84a404c53d51c87f926fcc2
Author: afify <hassan@afify.dev>
Date:   Sat, 20 Feb 2021 20:16:44 +0300

v0.2

Diffstat:
MLICENSE | 2+-
Mconfig.mk | 4++--
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/LICENSE b/LICENSE @@ -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 diff --git a/config.mk b/config.mk @@ -1,5 +1,5 @@ # azan version -VERSION = 0.1 +VERSION = 0.2 # paths PREFIX = /usr/local @@ -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