From c5c6a928a59471ab3775ae3418cabdc9cbc95509 Mon Sep 17 00:00:00 2001 From: Aleksey Veresov Date: Tue, 4 Aug 2020 05:44:00 +0300 Subject: Makefile fix. --- Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f6491d8..8d9041d 100644 --- a/Makefile +++ b/Makefile @@ -1,15 +1,15 @@ # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # Compilation Options # Debug mode [yes/no] (allowing to debug the library via gdb): -DEBUG ?= no +DEBUG = no # Specify your favourite C compiler here: -CC ?= gcc +CC = gcc # Specify your include directory (headers location): -INCDIR ?= /usr/include +INCDIR = /usr/include # Specify your libraries directory: -LIBDIR ?= /usr/lib +LIBDIR = /usr/lib # Specify location of man pages on your machine: -MANDIR ?= /usr/share/man +MANDIR = /usr/share/man # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # -- cgit v1.2.3