diff Makefile @ 433:0a2f32b8a26e

Improve the build system.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 07 Apr 2017 02:48:31 +0300
parents c89f7aa4ced8
children efd33accdc81
line wrap: on
line diff
--- a/Makefile	Mon Nov 07 02:57:23 2016 +0200
+++ b/Makefile	Fri Apr 07 02:48:31 2017 +0300
@@ -4,17 +4,13 @@
 #
 
 # Miscellaneous
+BINTOOL_PREFIX =
 PREFIX = /usr/local
 BINPATH = ./
 OBJPATH = obj/unix/
 EXEEXT =
 
-# C-compiler, flags and linker flags
-CC ?= gcc
-AR ?= ar
-RANLIB ?= ranlib
-INSTALL ?= install
-
+# Compiler flags and linker flags
 CFLAGS += -DHAVE_CONFIG_H
 LDFLAGS +=